Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp332 std::vector<dawn::VertexAttributeDescriptor> vertexAttributes; in applyState() local
336 for (const auto& attrib : primProc.vertexAttributes()) { in applyState()
341 vertexAttributes.push_back(attribute); in applyState()
348 input.attributes = &vertexAttributes.front(); in applyState()
349 input.attributeCount = vertexAttributes.size(); in applyState()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp337 std::vector<wgpu::VertexAttribute> vertexAttributes; in Build() local
342 for (const auto& attrib : geomProc.vertexAttributes()) { in Build()
347 vertexAttributes.push_back(attribute); in Build()
354 input.attributeCount = vertexAttributes.size(); in Build()
355 input.attributes = &vertexAttributes.front(); in Build()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp315 const VertexAttributes& vertexAttributes, in GraphicsEnvironment() argument
416 (deUint32)vertexAttributes.size(), // deUint32 vertexAttributeDescriptionCount; in GraphicsEnvironment()
417vertexAttributes.data() // const VkVertexInputAttributeDescription* pVertexAttributeDesc… in GraphicsEnvironment()
DvktRobustnessUtil.hpp92 const VertexAttributes& vertexAttributes,
/third_party/skia/tests/graphite/
DCommandBufferTest.cpp103 skgpu::GraphicsPipelineDesc::Attribute vertexAttributes[1] = { in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
106 pipelineDesc.setVertexAttributes(vertexAttributes, 1); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/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 …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp253 const auto &vertexAttributes = vertexArray->getVertexAttributes(); in prepareVertexData() local
261 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in prepareVertexData()
267 const auto &attrib = vertexAttributes[attribIndex]; in prepareVertexData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp252 const auto &vertexAttributes = vertexArray->getVertexAttributes(); in prepareVertexData() local
259 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in prepareVertexData()
265 const auto &attrib = vertexAttributes[attribIndex]; in prepareVertexData()
/third_party/skia/src/gpu/glsl/
DGrGLSLVarying.cpp61 for (const auto& attr : gp.vertexAttributes()) { in emitAttributes()
/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h163 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVarying.cpp69 for (const auto& attr : gp.vertexAttributes()) { in emitAttributes()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp138 for (const auto& attr : geomProc.vertexAttributes()) { in computeCountsAndStrides()
195 for (const auto& attr : this->geometryProcessor().vertexAttributes()) { in storeShaderInCache()
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h152 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp660 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = { in iterate() local
671 …static_cast<deUint32>(vertexAttributes.size()), // deUint32 vertexAttributeDescription… in iterate()
672vertexAttributes.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDesc… in iterate()
DvktPipelineMultisampleShaderBuiltInTests.cpp1866 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = in iterate() local
1883 …static_cast<deUint32>(vertexAttributes.size()), // deUint32 vertexAttributeDescription… in iterate()
1884vertexAttributes.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDesc… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp437 …const auto vertexAttributes = vk::makeVertexInputAttributeDescription(0u, 0u, vk::VK_FORMAT_R32G32… in iterate() local
447 …&vertexAttributes, // const VkVertexInputAttributeDescription* pVertexAttributeDescript… in iterate()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h169 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp127 for (const auto& attr : primProc.vertexAttributes()) { in computeCountsAndStrides()
/third_party/skia/experimental/graphite/src/mtl/
DMtlGraphicsPipeline.mm222 for (const auto& attribute : desc.vertexAttributes()) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1269 const std::vector<gl::VertexAttribute> &vertexAttributes) in SerializeVertexAttributeVector() argument
1271 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in SerializeVertexAttributeVector()
1274 const gl::VertexAttribute &vertexAttribute = vertexAttributes[attribIndex]; in SerializeVertexAttributeVector()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm167 for (const auto& attribute : primProc.vertexAttributes()) {
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp587 geomProc.vertexAttributes(), in Make()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp250 for (const auto& attrib : geomProc.vertexAttributes()) { in setup_vertex_input_layout()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp105 for (const auto& attrib : primProc.vertexAttributes()) { in setup_vertex_input_state()

12