Home
last modified time | relevance | path

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

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