/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | object.hpp | 47 typedef S descriptor_type; typedef 50 static_assert(std::is_standard_layout<descriptor_type>::value, in descriptor() 173 typename O::descriptor_type * 175 return static_cast<typename O::descriptor_type *>(&o); in desc() 182 typename O::descriptor_type * 184 return static_cast<typename O::descriptor_type *>(o); in desc() 204 std::vector<typename Os::value_type::descriptor_type *>
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | util.hpp | 68 ret_object(typename T::descriptor_type **p, in ret_object() 81 typename T::descriptor_type *
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_descriptor_set.c | 479 const VkDescriptorType descriptor_type = bindings[i].descriptorType; in pvr_CreateDescriptorSetLayout() local 480 if ((descriptor_type == VK_DESCRIPTOR_TYPE_SAMPLER || in pvr_CreateDescriptorSetLayout() 481 descriptor_type == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER) && in pvr_CreateDescriptorSetLayout() 583 const VkDescriptorType descriptor_type = binding->descriptorType; in pvr_CreateDescriptorSetLayout() local 593 if (descriptor_type != VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC && in pvr_CreateDescriptorSetLayout() 594 descriptor_type != VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC) { in pvr_CreateDescriptorSetLayout() 597 pvr_descriptor_size_info_init(device, descriptor_type, &size_info); in pvr_CreateDescriptorSetLayout() 621 layout->per_stage_descriptor_count[stage][descriptor_type] += in pvr_CreateDescriptorSetLayout() 629 const VkDescriptorType descriptor_type = internal_binding->type; in pvr_CreateDescriptorSetLayout() local 631 if (descriptor_type != VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC && in pvr_CreateDescriptorSetLayout() [all …]
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 954 VkDescriptorType descriptor_type, in write_image_descriptor() argument 964 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) { in write_image_descriptor() 973 VkDescriptorType descriptor_type, in write_combined_image_sampler_descriptor() argument 977 write_image_descriptor(dst, descriptor_type, image_info); in write_combined_image_sampler_descriptor() 1202 .descriptor_type = entry->descriptorType, in tu_CreateDescriptorUpdateTemplate() 1253 switch(templ->entry[i].descriptor_type) { in tu_update_descriptor_set_with_template() 1276 write_image_descriptor(ptr, templ->entry[i].descriptor_type, src); in tu_update_descriptor_set_with_template() 1281 templ->entry[i].descriptor_type, in tu_update_descriptor_set_with_template() 1296 write_image_descriptor(ptr, templ->entry[i].descriptor_type, src); in tu_update_descriptor_set_with_template()
|
D | tu_descriptor_set.h | 147 VkDescriptorType descriptor_type; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 1128 VkDescriptorType descriptor_type, const VkDescriptorImageInfo *image_info) in write_image_descriptor() argument 1140 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) { in write_image_descriptor() 1166 VkDescriptorType descriptor_type, in write_combined_image_sampler_descriptor() argument 1169 write_image_descriptor(device, cmd_buffer, sampler_offset, dst, buffer_list, descriptor_type, in write_combined_image_sampler_descriptor() 1476 .descriptor_type = entry->descriptorType, in radv_CreateDescriptorUpdateTemplate() 1523 if (templ->entry[i].descriptor_type == VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK) { in radv_update_descriptor_set_with_template_impl() 1529 switch (templ->entry[i].descriptor_type) { in radv_update_descriptor_set_with_template_impl() 1551 templ->entry[i].descriptor_type, in radv_update_descriptor_set_with_template_impl() 1557 templ->entry[i].descriptor_type, in radv_update_descriptor_set_with_template_impl() 1563 templ->entry[i].descriptor_type, (struct VkDescriptorImageInfo *)pSrc, in radv_update_descriptor_set_with_template_impl()
|
D | radv_private.h | 1019 VkDescriptorType descriptor_type; member
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | convert.c | 153 #define CASE(descriptor_type, type) \ in pbphp_dtype_to_type() argument 154 case UPB_DESCRIPTOR_TYPE_##descriptor_type: \ in pbphp_dtype_to_type()
|
D | def.c | 359 #define CASE(descriptor_type, type) \ in to_fieldtype() argument 360 case UPB_DESCRIPTOR_TYPE_##descriptor_type: \ in to_fieldtype()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor_pool.py | 165 for register, descriptor_type in [ 178 if not isinstance(desc, descriptor_type) or (
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_private.h | 581 VkDescriptorType descriptor_type; member
|
D | lvp_execute.c | 3288 j, desc->descriptor_type, in handle_compute_push_descriptor_set() 3332 desc->descriptor_type = in_cmd->descriptor_writes[i].descriptorType; in create_push_descriptor_set() 3336 switch (desc->descriptor_type) { in create_push_descriptor_set() 3405 j, desc->descriptor_type, in handle_push_descriptor_set_generic() 3410 j, desc->descriptor_type, in handle_push_descriptor_set_generic() 3415 j, desc->descriptor_type, in handle_push_descriptor_set_generic() 3420 j, desc->descriptor_type, in handle_push_descriptor_set_generic() 3425 j, desc->descriptor_type, in handle_push_descriptor_set_generic()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 61706 u8 descriptor_type; member 61718 u8 descriptor_type; member 61726 u8 descriptor_type; member 61736 u8 descriptor_type; member 61746 u8 descriptor_type; member 61759 u8 descriptor_type; member 61772 u8 descriptor_type; member 61785 u8 descriptor_type; member 61808 u8 descriptor_type; member 61825 u8 descriptor_type; member [all …]
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6660 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); in generate_primitivefield() local 6668 if (descriptor_type == UPB_DESCRIPTOR_TYPE_ENUM) in generate_primitivefield() 6669 descriptor_type = UPB_DESCRIPTOR_TYPE_INT32; in generate_primitivefield() 6671 parse_type = (opcode)descriptor_type; in generate_primitivefield()
|