Home
last modified time | relevance | path

Searched refs:vertexAttributes (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp275 const VertexAttributes& vertexAttributes, in GraphicsEnvironment() argument
376 (deUint32)vertexAttributes.size(), // deUint32 vertexAttributeDescriptionCount; in GraphicsEnvironment()
377vertexAttributes.data() // const VkVertexInputAttributeDescription* pVertexAttributeDesc… in GraphicsEnvironment()
DvktRobustnessUtil.hpp92 const VertexAttributes& vertexAttributes,
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp407 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/
Des3pShaderCompilationCases.cpp407 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/
DGrGLSLVarying.cpp70 for (const auto& attr : gp.vertexAttributes()) { in emitAttributes()
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp70 for (const auto& attr : gp.vertexAttributes()) { in emitAttributes()
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/external/skia/src/gpu/
DGrPrimitiveProcessor.h153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm167 for (const auto& attribute : primProc.vertexAttributes()) {
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp154 for (const auto& attr : primProc.vertexAttributes()) { in computeCountsAndStrides()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp154 for (const auto& attr : primProc.vertexAttributes()) { in computeCountsAndStrides()
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm170 for (const auto& attribute : primProc.vertexAttributes()) {
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp97 for (const auto& attrib : primProc.vertexAttributes()) { in setup_vertex_input_state()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp101 for (const auto& attrib : primProc.vertexAttributes()) { in setup_vertex_input_state()