Home
last modified time | relevance | path

Searched refs:offsetComps (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1025 int offsetComps = m_textureSpec.type == TEXTURETYPE_3D ? 3 : 2; in initShaderSources() local
1027 op << ", ivec" << offsetComps << "("; in initShaderSources()
1028 for (int ndx = 0; ndx < offsetComps; ndx++) in initShaderSources()
2714 int offsetComps = m_textureSpec.type == TEXTURETYPE_3D ? 3 : 2; in initShaderSources() local
2716 op << ", ivec" << offsetComps << "("; in initShaderSources()
2717 for (int ndx = 0; ndx < offsetComps; ndx++) in initShaderSources()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp884 int offsetComps = m_textureSpec.type == TEXTURETYPE_3D ? 3 : 2; in initShaderSources() local
886 op << ", ivec" << offsetComps << "("; in initShaderSources()
887 for (int ndx = 0; ndx < offsetComps; ndx++) in initShaderSources()