Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp717 int extraCoordComps = 1; // For shadow ref in initShaderSources() local
719 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps + extraCoordComps); in initShaderSources()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1256 …int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_t… in initShaderSources() local
1258 …ype coordType = glu::getDataTypeFloatVec(isCubeArrayShadow ? 4 : texCoordComps+extraCoordComps); in initShaderSources()
1384 op << glu::getDataTypeName(glu::getDataTypeIntVec(texCoordComps+extraCoordComps)) << "("; in initShaderSources()
3195 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources() local
3196 const glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
3314 op << "ivec" << (texCoordComps+extraCoordComps) << "("; in initShaderSources()