Home
last modified time | relevance | path

Searched defs:vertexAttributes (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/graphite/
DRenderer.h174 SkSpan<const Attribute> vertexAttributes() const { return SkSpan(fVertexAttrs); } in vertexAttributes() function
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp338 … const VertexBindings &vertexBindings, const VertexAttributes &vertexAttributes, in GraphicsEnvironment()
DvktRobustness1VertexAccessTests.cpp116 VertexAttributes vertexAttributes; member
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.h196 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp596 std::vector<wgpu::VertexAttribute> vertexAttributes; in Make() local
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp253 const auto &vertexAttributes = vertexArray->getVertexAttributes(); in prepareVertexData() local
DProgramExecutableD3D.cpp1780 const auto &vertexAttributes = state.getVertexArray()->getVertexAttributes(); in updateCachedInputLayout() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp447 …const auto vertexAttributes = vk::makeVertexInputAttributeDescription(0u, 0u, vk::VK_FORMAT_R32G32… in iterate() local
/external/angle/src/libANGLE/capture/
Dserialize.cpp1330 const std::vector<gl::VertexAttribute> &vertexAttributes) in SerializeVertexAttributeVector()
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCGraphicsDrawCountTestsExt.cpp1075 const std::vector<VkVertexInputAttributeDescription> vertexAttributes{ in testDrawCountRun() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp1980 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = { in iterate() local
DvktPipelineColorWriteEnableTests.cpp639 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = { in iterate() local
DvktPipelineExtendedDynamicStateTests.cpp5620 …const auto vertexAttributes = m_testConfig.vertexGenerator.staticValue->getAttributeDescriptions(); in iterate() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2130 const auto &vertexAttributes = mVertexArray11->getState().getVertexAttributes(); in syncCurrentValueAttribs() local
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp413 vector<AttribSpec> vertexAttributes; member
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp413 vector<AttribSpec> vertexAttributes; member