Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp210 AttributeInfo getAttributeInfo (size_t attributeNdx) const;
307 …t VkVertexInputRate firstInputRate, const VkVertexInputRate inputRate, const deUint32 attributeNdx) in getAttributeBinding() argument
312 return attributeNdx; in getAttributeBinding()
356 for (size_t attributeNdx = 0; attributeNdx < m_attributeInfos.size(); attributeNdx++) in VertexInputTest() local
358 …if (s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType].basicType == GLSL_BASIC_TYPE_D… in VertexInputTest()
370 for (size_t attributeNdx = 0; attributeNdx < numAttributes; ++attributeNdx) in VertexInputTest() local
372 const AttributeInfo& attributeInfo = getAttributeInfo(attributeNdx); in VertexInputTest()
389 for (size_t attributeNdx = 0; attributeNdx < numAttributes; ++attributeNdx) in VertexInputTest() local
392 loc += locationSlotsNeeded[attributeNdx]; in VertexInputTest()
403 for (deUint32 attributeNdx = 0; attributeNdx < numAttributes; ++attributeNdx) in VertexInputTest() local
[all …]
/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp203 for (int attributeNdx = 0; attributeNdx < m_spec.staticAttributeCount; attributeNdx++) in createShader() local
204 vertexShader << "attribute mediump vec4 a_static" << attributeNdx << ";\n"; in createShader()
209 for (int attributeNdx = 0; attributeNdx < m_spec.dynamicAttributeCount; attributeNdx++) in createShader() local
210 vertexShader << "attribute mediump vec4 a_dyn" << attributeNdx << ";\n"; in createShader()
223 for (int attributeNdx = 0; attributeNdx < m_spec.staticAttributeCount; attributeNdx++) in createShader() local
229 vertexShader << "a_static" << attributeNdx; in createShader()
232 for (int attributeNdx = 0; attributeNdx < m_spec.dynamicAttributeCount; attributeNdx++) in createShader() local
238 vertexShader << "a_dyn" << attributeNdx; in createShader()
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1454 for (int attributeNdx = 0; attributeNdx < 2; ++attributeNdx) in test() local
1461 …glGetActiveAttrib(program, attributeNdx, DE_LENGTH_OF_ARRAY(buffer), &written, &size, &type, buffe… in test()
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp2112 for (int attributeNdx = 0; attributeNdx < 2; ++attributeNdx) in test() local
2119 …glGetActiveAttrib(program, attributeNdx, DE_LENGTH_OF_ARRAY(buffer), &written, &size, &type, buffe… in test()