Home
last modified time | relevance | path

Searched defs:extraCoordComps (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp423 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0; in initShaderSources() local
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp717 int extraCoordComps = 1; // For shadow ref in initShaderSources() local
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp754 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1262 …int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_t… in initShaderSources() local
3237 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources() local