HomeSort by relevance Sort by last modified time
    Searched refs:vertexAttributeDescriptions (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 147 std::vector<VkVertexInputAttributeDescription> vertexAttributeDescriptions;
156 vertexAttributeDescriptions(), attachments(), blendConstantsEnabled(false), renderPass(nullptr), pipelineLayout(nullptr) {}
175 this->vertexAttributeDescriptions = std::vector<VkVertexInputAttributeDescription>(
  /external/vulkan-validation-layers/layers/
core_validation_types.h 479 std::vector<VkVertexInputAttributeDescription> vertexAttributeDescriptions;
489 vertexBindingDescriptions(), vertexAttributeDescriptions(), attachments(), blendConstantsEnabled(false), render_pass_ci(),
509 this->vertexAttributeDescriptions = std::vector<VkVertexInputAttributeDescription>(
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 1364 milliseconds