Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp423 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0; in initShaderSources() local
424 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp754 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources() local
755 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
864 op << "ivec" << (texCoordComps+extraCoordComps) << "("; in initShaderSources()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1236 …int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_t… in initShaderSources() local
1238 …ype coordType = glu::getDataTypeFloatVec(isCubeArrayShadow ? 4 : texCoordComps+extraCoordComps); in initShaderSources()
1389 op << glu::getDataTypeName(glu::getDataTypeIntVec(texCoordComps+extraCoordComps)) << "("; in initShaderSources()
2973 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources() local
2974 const glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
3092 op << "ivec" << (texCoordComps+extraCoordComps) << "("; in initShaderSources()