Searched refs:descriptor_type (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dutil.hpp64 ret_object(typename T::descriptor_type **p,
77 typename T::descriptor_type *
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dutil.hpp68 ret_object(typename T::descriptor_type **p,
81 typename T::descriptor_type *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dobject.hpp48 typedef S descriptor_type; typedef in struct:clover::descriptor
51 static_assert(std::is_standard_layout<descriptor_type>::value,
174 typename O::descriptor_type *
176 return static_cast<typename O::descriptor_type *>(&o);
183 typename O::descriptor_type *
185 return static_cast<typename O::descriptor_type *>(o);
205 std::vector<typename Os::value_type::descriptor_type *>
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dobject.hpp47 typedef S descriptor_type; typedef in struct:clover::descriptor
50 static_assert(std::is_standard_layout<descriptor_type>::value,
173 typename O::descriptor_type *
175 return static_cast<typename O::descriptor_type *>(&o);
182 typename O::descriptor_type *
184 return static_cast<typename O::descriptor_type *>(o);
204 std::vector<typename Os::value_type::descriptor_type *>
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c867 VkDescriptorType descriptor_type,
877 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) {
886 VkDescriptorType descriptor_type,
890 write_image_descriptor(dst, descriptor_type, image_info);
1125 .descriptor_type = entry->descriptorType,
1176 switch(templ->entry[i].descriptor_type) {
1199 write_image_descriptor(ptr, templ->entry[i].descriptor_type, src);
1204 templ->entry[i].descriptor_type,
866 write_image_descriptor(uint32_t * dst,VkDescriptorType descriptor_type,const VkDescriptorImageInfo * image_info) argument
885 write_combined_image_sampler_descriptor(uint32_t * dst,VkDescriptorType descriptor_type,const VkDescriptorImageInfo * image_info,bool has_sampler) argument
H A Dtu_private.h665 VkDescriptorType descriptor_type; member in struct:tu_descriptor_update_template_entry
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c1065 VkDescriptorType descriptor_type, const VkDescriptorImageInfo *image_info)
1077 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) {
1096 VkDescriptorType descriptor_type,
1099 write_image_descriptor(device, cmd_buffer, sampler_offset, dst, buffer_list, descriptor_type,
1384 .descriptor_type = entry->descriptorType,
1431 if (templ->entry[i].descriptor_type == VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT) {
1437 switch (templ->entry[i].descriptor_type) {
1459 templ->entry[i].descriptor_type,
1465 templ->entry[i].descriptor_type,
1471 templ->entry[i].descriptor_type, (struc
1063 write_image_descriptor(struct radv_device * device,struct radv_cmd_buffer * cmd_buffer,unsigned size,unsigned * dst,struct radeon_winsys_bo ** buffer_list,VkDescriptorType descriptor_type,const VkDescriptorImageInfo * image_info) argument
1093 write_combined_image_sampler_descriptor(struct radv_device * device,struct radv_cmd_buffer * cmd_buffer,unsigned sampler_offset,unsigned * dst,struct radeon_winsys_bo ** buffer_list,VkDescriptorType descriptor_type,const VkDescriptorImageInfo * image_info,bool has_sampler) argument
[all...]
H A Dradv_private.h927 VkDescriptorType descriptor_type; member in struct:radv_descriptor_update_template_entry
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c908 VkDescriptorType descriptor_type,
914 if (descriptor_type == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) {
934 VkDescriptorType descriptor_type,
941 descriptor_type, image_info);
1185 .descriptor_type = entry->descriptorType,
1230 if (templ->entry[i].descriptor_type == VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT) {
1236 switch (templ->entry[i].descriptor_type) {
1259 templ->entry[i].descriptor_type,
1264 pDst, buffer_list, templ->entry[i].descriptor_type,
904 write_image_descriptor(struct radv_device * device,struct radv_cmd_buffer * cmd_buffer,unsigned size,unsigned * dst,struct radeon_winsys_bo ** buffer_list,VkDescriptorType descriptor_type,const VkDescriptorImageInfo * image_info) argument
929 write_combined_image_sampler_descriptor(struct radv_device * device,struct radv_cmd_buffer * cmd_buffer,unsigned sampler_offset,unsigned * dst,struct radeon_winsys_bo ** buffer_list,VkDescriptorType descriptor_type,const VkDescriptorImageInfo * image_info,bool has_sampler) argument
H A Dradv_private.h798 VkDescriptorType descriptor_type; member in struct:radv_descriptor_update_template_entry
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_private.h650 VkDescriptorType descriptor_type; member in struct:lvp_write_descriptor
H A Dlvp_execute.c3076 j, desc->descriptor_type,
3117 desc->descriptor_type = in_cmd->descriptor_writes[i].descriptorType;
3121 switch (desc->descriptor_type) {
3191 j, desc->descriptor_type,
3196 j, desc->descriptor_type,
3201 j, desc->descriptor_type,
3206 j, desc->descriptor_type,
3211 j, desc->descriptor_type,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h616 VkDescriptorType descriptor_type; member in struct:tu_descriptor_update_template_entry

Completed in 34 milliseconds