Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp61 inline bool functionHasProj(Function function) in functionHasProj() function
345 …bool useProj = functionHasProj(m_lookupSpec.function) && !functionHasLod(m_looku… in initTexture()
451 bool isProj = functionHasProj(function); in initShaderSources()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp78 inline bool functionHasProj(Function function) in functionHasProj() function
868 …bool useProj = functionHasProj(m_lookupSpec.function) && !functionHasGrad(m_lookupSpec.function) && in initTexture()
1067 bool isProj = functionHasProj(function); in initShaderSources()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp84 inline bool functionHasProj(Function function) in functionHasProj() function
1571 bool isProj = functionHasProj(m_lookupSpec.function); in initTexture()
1970 bool isProj = functionHasProj(function); in initShaderSources()
4140 const bool isProj = functionHasProj(function); in initShaderSources()
4402 … !functionHasProj(cases[ndx].lookupSpec.function) && TEXTURETYPE_1D != cases[ndx].texSpec.type && in createCaseGroup()