Searched refs:vertexAttributes (Results 1 – 14 of 14) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 275 const VertexAttributes& vertexAttributes, in GraphicsEnvironment() argument 376 (deUint32)vertexAttributes.size(), // deUint32 vertexAttributeDescriptionCount; in GraphicsEnvironment() 377 …vertexAttributes.data() // const VkVertexInputAttributeDescription* pVertexAttributeDesc… in GraphicsEnvironment()
|
D | vktRobustnessUtil.hpp | 92 const VertexAttributes& vertexAttributes,
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 407 vector<AttribSpec> vertexAttributes; member 1739 for (int attribNdx = 0; attribNdx < (int)progCtx.vertexAttributes.size(); attribNdx++) in setShaderInputs() 1741 int location = gl.getAttribLocation(program, progCtx.vertexAttributes[attribNdx].name.c_str()); in setShaderInputs() 1745 …gl.vertexAttribPointer(location, 4, GL_FLOAT, GL_FALSE, 0, progCtx.vertexAttributes[attribNdx].val… in setShaderInputs() 1798 for (int attribNdx = 0; attribNdx < (int)progCtx.vertexAttributes.size(); attribNdx++) in cleanup() 1800 …int location = gl.getAttribLocation(shadersAndProgram.program, progCtx.vertexAttributes[attribNdx]… in cleanup() 1860 progCtx.vertexAttributes = singleValueShaderAttributes(getNameSpecialization(specID)); in iterate() 2200 result.vertexAttributes = lightShaderAttributes(nameSpec); in generateShaderData() 2266 …result.vertexAttributes = textureLookupShaderAttributes(nameSpec, m_conditionalUsage, m_condition… in generateShaderData() 2294 result.vertexAttributes = loopShaderAttributes(nameSpec, m_type, m_numLoopIterations); in generateShaderData() [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 407 vector<AttribSpec> vertexAttributes; member 1759 for (int attribNdx = 0; attribNdx < (int)progCtx.vertexAttributes.size(); attribNdx++) in setShaderInputs() 1761 int location = gl.getAttribLocation(program, progCtx.vertexAttributes[attribNdx].name.c_str()); in setShaderInputs() 1765 …gl.vertexAttribPointer(location, 4, GL_FLOAT, GL_FALSE, 0, progCtx.vertexAttributes[attribNdx].val… in setShaderInputs() 1818 for (int attribNdx = 0; attribNdx < (int)progCtx.vertexAttributes.size(); attribNdx++) in cleanup() 1820 …int location = gl.getAttribLocation(shadersAndProgram.program, progCtx.vertexAttributes[attribNdx]… in cleanup() 1880 progCtx.vertexAttributes = singleValueShaderAttributes(getNameSpecialization(specID)); in iterate() 2220 result.vertexAttributes = lightShaderAttributes(nameSpec); in generateShaderData() 2286 …result.vertexAttributes = textureLookupShaderAttributes(nameSpec, m_conditionalUsage, m_condition… in generateShaderData() 2314 result.vertexAttributes = loopShaderAttributes(nameSpec, m_type, m_numLoopIterations); in generateShaderData() [all …]
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 70 for (const auto& attr : gp.vertexAttributes()) { in emitAttributes()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 70 for (const auto& attr : gp.vertexAttributes()) { in emitAttributes()
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
|
/external/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 167 for (const auto& attribute : primProc.vertexAttributes()) {
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 154 for (const auto& attr : primProc.vertexAttributes()) { in computeCountsAndStrides()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 154 for (const auto& attr : primProc.vertexAttributes()) { in computeCountsAndStrides()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 170 for (const auto& attribute : primProc.vertexAttributes()) {
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 97 for (const auto& attrib : primProc.vertexAttributes()) { in setup_vertex_input_state()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 101 for (const auto& attrib : primProc.vertexAttributes()) { in setup_vertex_input_state()
|