Home
last modified time | relevance | path

Searched refs:desc_sets (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp223 std::vector<VkDescriptorSet> *desc_sets) { in GetDescriptorSets() argument
232 desc_sets->clear(); in GetDescriptorSets()
233 desc_sets->resize(count); in GetDescriptorSets()
270 …GetDispatchTable()->AllocateDescriptorSets(dev_data_->GetDevice(), &alloc_info, desc_sets->data()); in GetDescriptorSets()
1155 std::vector<VkDescriptorSet> desc_sets; in GpuAllocateValidationResources() local
1157 result = gpu_state->desc_set_manager->GetDescriptorSets(1, &desc_pool, &desc_sets); in GpuAllocateValidationResources()
1187 cb_node->gpu_buffer_list.emplace_back(block, desc_sets[0], desc_pool); in GpuAllocateValidationResources()
1198 desc_write.dstSet = desc_sets[0]; in GpuAllocateValidationResources()
1207 desc_sets.data(), 0, nullptr); in GpuAllocateValidationResources()
Dgpu_validation.h77 …GetDescriptorSets(uint32_t count, VkDescriptorPool *pool, std::vector<VkDescriptorSet> *desc_sets);
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c650 LLVMValueRef *desc_sets) in declare_global_input_sgprs() argument
669 add_array_arg(args, const_array(type, 32), desc_sets); in declare_global_input_sgprs()
729 LLVMValueRef desc_sets, uint8_t *user_sgpr_idx) in set_global_input_locs() argument
754 desc_sets, in set_global_input_locs()
799 LLVMValueRef desc_sets; in create_function() local
812 &args, &desc_sets); in create_function()
835 &args, &desc_sets); in create_function()
867 &desc_sets); in create_function()
898 &desc_sets); in create_function()
924 &args, &desc_sets); in create_function()
[all …]