Home
last modified time | relevance | path

Searched refs:imageLoadFunctionCall (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DShaderImage_test.cpp59 const TIntermAggregate *imageLoadFunctionCall = in CheckImageLoadCall() local
61 ASSERT_NE(nullptr, imageLoadFunctionCall); in CheckImageLoadCall()
63 const TIntermSequence *loadArguments = imageLoadFunctionCall->getSequence(); in CheckImageLoadCall()