Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPrimitiveProcessor.h153 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/external/skia/src/gpu/
DGrGeometryProcessor.h156 const AttributeSet& vertexAttributes() const { return fVertexAttributes; } in vertexAttributes() function
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp315 const VertexAttributes& vertexAttributes, in GraphicsEnvironment()
/external/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp341 std::vector<wgpu::VertexAttributeDescriptor> vertexAttributes; in Build() local
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp254 const auto &vertexAttributes = vertexArray->getVertexAttributes(); in prepareVertexData() local
DProgramD3D.cpp3095 const auto &vertexAttributes = state.getVertexArray()->getVertexAttributes(); in updateCachedInputLayout() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp441 …const auto vertexAttributes = vk::makeVertexInputAttributeDescription(0u, 0u, vk::VK_FORMAT_R32G32… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp657 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = { in iterate() local
DvktPipelineMultisampleShaderBuiltInTests.cpp1866 const std::vector<vk::VkVertexInputAttributeDescription> vertexAttributes = in iterate() local
DvktPipelineExtendedDynamicStateTests.cpp1527 …const auto vertexAttributes = vertexRawPtrs[0]->getAttributeDescriptions(static_cast<deUint32>(m_t… in iterate() local
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1272 const std::vector<gl::VertexAttribute> &vertexAttributes) in SerializeVertexAttributeVector()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2060 const auto &vertexAttributes = mVertexArray11->getState().getVertexAttributes(); in syncCurrentValueAttribs() local
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp407 vector<AttribSpec> vertexAttributes; member
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp407 vector<AttribSpec> vertexAttributes; member