Home
last modified time | relevance | path

Searched refs:vertex_binding_descriptions_ (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dpipeline_state.cpp388 vertex_binding_descriptions_(GetVertexBindingDescriptions(create_info.graphics)), in PIPELINE_STATE()
391 vertex_binding_to_index_map_(GetVertexBindingMap(vertex_binding_descriptions_)), in PIPELINE_STATE()
H A Dpipeline_state.h227 const VertexBindingVector vertex_binding_descriptions_; variable
H A Dcmd_buffer_state.cpp986 if (pipe && !pipe->vertex_binding_descriptions_.empty()) { in UpdateDrawState()
H A Dcore_validation.cpp822 if (pPipeline->vertex_binding_descriptions_.size() > 0) { in ValidatePipelineDrawtimeState()
823 for (size_t i = 0; i < pPipeline->vertex_binding_descriptions_.size(); i++) { in ValidatePipelineDrawtimeState()
824 const auto vertex_binding = pPipeline->vertex_binding_descriptions_[i].binding; in ValidatePipelineDrawtimeState()
855 …auto vertex_buffer_stride = pPipeline->vertex_binding_descriptions_[vertex_binding_map_it->second]… in ValidatePipelineDrawtimeState()
1475 for (const auto &desc : pipeline->vertex_binding_descriptions_) { in ValidatePipelineLocked()
1491 … const auto& desc = pipeline->vertex_binding_descriptions_[vertex_binding_map_it->second]; in ValidatePipelineLocked()
5623 for (size_t k = 0; k < pipe_state->vertex_binding_descriptions_.size(); k++) { in ValidatePipelineVertexDivisors()
5624 if ((vibdd->binding == pipe_state->vertex_binding_descriptions_[k].binding) && in ValidatePipelineVertexDivisors()
5625 … (VK_VERTEX_INPUT_RATE_INSTANCE == pipe_state->vertex_binding_descriptions_[k].inputRate)) { in ValidatePipelineVertexDivisors()
H A Dsynchronization_validation.cpp2070 const auto &binding_descriptions_size = pipe->vertex_binding_descriptions_.size(); in ValidateDrawVertex()
2073 const auto &binding_description = pipe->vertex_binding_descriptions_[i]; in ValidateDrawVertex()
2100 const auto &binding_descriptions_size = pipe->vertex_binding_descriptions_.size(); in RecordDrawVertex()
2103 const auto &binding_description = pipe->vertex_binding_descriptions_[i]; in RecordDrawVertex()
H A Dbest_practices_utils.cpp1967 if (pipeline_state->vertex_binding_descriptions_.size() <= 0) { in ValidateCmdDrawType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation_types.h945 std::vector<VkVertexInputBindingDescription> vertex_binding_descriptions_;
966 vertex_binding_descriptions_(),
H A Dsynchronization_validation.cpp1757 const auto &binding_descriptions_size = pPipe->vertex_binding_descriptions_.size(); in ValidateDrawVertex()
1760 const auto &binding_description = pPipe->vertex_binding_descriptions_[i]; in ValidateDrawVertex()
1787 const auto &binding_descriptions_size = pPipe->vertex_binding_descriptions_.size(); in RecordDrawVertex()
1790 const auto &binding_description = pPipe->vertex_binding_descriptions_[i]; in RecordDrawVertex()
H A Dcore_validation.cpp740 if (pPipeline->vertex_binding_descriptions_.size() > 0) { in ValidatePipelineDrawtimeState()
741 for (size_t i = 0; i < pPipeline->vertex_binding_descriptions_.size(); i++) { in ValidatePipelineDrawtimeState()
742 const auto vertex_binding = pPipeline->vertex_binding_descriptions_[i].binding; in ValidatePipelineDrawtimeState()
772 …auto vertex_buffer_stride = pPipeline->vertex_binding_descriptions_[vertex_binding_map_it->second]… in ValidatePipelineDrawtimeState()
4455 for (size_t k = 0; k < pipe_state->vertex_binding_descriptions_.size(); k++) { in ValidatePipelineVertexDivisors()
4456 if ((vibdd->binding == pipe_state->vertex_binding_descriptions_[k].binding) && in ValidatePipelineVertexDivisors()
4457 … (VK_VERTEX_INPUT_RATE_INSTANCE == pipe_state->vertex_binding_descriptions_[k].inputRate)) { in ValidatePipelineVertexDivisors()
13703 this->vertex_binding_descriptions_ = std::vector<VkVertexInputBindingDescription>( in initGraphicsPipeline()
H A Dbest_practices_utils.cpp1311 if (pipeline_state->vertex_binding_descriptions_.size() <= 0) { in ValidateCmdDrawType()
H A Dstate_tracker.cpp1219 if (!pPipe->vertex_binding_descriptions_.empty()) { in UpdateDrawState()