Home
last modified time | relevance | path

Searched refs:texCoordComps (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp422 int texCoordComps = m_textureSpec.type == TEXTURETYPE_2D ? 2 : 3; 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/
H A DesextcTextureShadowLodFunctionsTest.cpp716 int texCoordComps = m_textureSpec.type == TEXTURETYPE_2D ? 2 : 3; in initShaderSources() local
719 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps + extraCoordComps); in initShaderSources()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1259 int texCoordComps = m_textureSpec.type == TEXTURETYPE_1D ? 1 : in initShaderSources() local
1265 glu::DataType coordType = glu::getDataTypeFloatVec(isCubeArrayShadow ? 4 : texCoordComps+extraCoordComps); in initShaderSources()
1391 op << glu::getDataTypeName(glu::getDataTypeIntVec(texCoordComps+extraCoordComps)) << "("; in initShaderSources()
2840 const int texCoordComps = getQueryLodFuncTextCoordComps(m_textureSpec.type);
2848 DE_ASSERT(de::inRange(texCoordComps, 1, 3));
2849 DE_ASSERT((int)texCoord.size() == texCoordComps * 4);
2851 addAttribute(1u, coordFormats[texCoordComps - 1], (deUint32)(texCoordComps * sizeof(float)), numVertices, texCoord.data());
2917 const int texCoordComps = getQueryLodFuncTextCoordComps(m_textureSpec.type);
2926 res.resize(4 * texCoordComps);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1258 int texCoordComps = m_textureSpec.type == TEXTURETYPE_1D ? 1 : in initShaderSources() local
1264 glu::DataType coordType = glu::getDataTypeFloatVec(isCubeArrayShadow ? 4 : texCoordComps+extraCoordComps); in initShaderSources()
1390 op << glu::getDataTypeName(glu::getDataTypeIntVec(texCoordComps+extraCoordComps)) << "("; in initShaderSources()
2839 const int texCoordComps = getQueryLodFuncTextCoordComps(m_textureSpec.type);
2847 DE_ASSERT(de::inRange(texCoordComps, 1, 3));
2848 DE_ASSERT((int)texCoord.size() == texCoordComps * 4);
2850 addAttribute(1u, coordFormats[texCoordComps - 1], (deUint32)(texCoordComps * sizeof(float)), numVertices, texCoord.data());
2916 const int texCoordComps = getQueryLodFuncTextCoordComps(m_textureSpec.type);
2925 res.resize(4 * texCoordComps);
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp753 int texCoordComps = m_textureSpec.type == TEXTURETYPE_2D ? 2 : 3; in initShaderSources() local
755 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
864 op << "ivec" << (texCoordComps+extraCoordComps) << "("; in initShaderSources()

Completed in 25 milliseconds