Searched refs:descriptorType (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c45 * "If descriptorType specifies a VK_DESCRIPTOR_TYPE_SAMPLER or
48 * samplers. [...] If descriptorType is not one of these descriptor
54 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType;
99 set_layout->binding[b].type = binding->descriptorType;
111 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC ||
112 binding->descriptorType == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC) {
116 switch (binding->descriptorType) {
136 switch (binding->descriptorType) {
374 switch (write->descriptorType) {
417 .type = write->descriptorType,
[all...]
H A Dlvp_cmd_buffer.c387 switch (pds->descriptor_writes[i].descriptorType) {
456 switch (entry->descriptorType) {
485 switch (entry->descriptorType) {
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.c117 binding->type = binding_info->descriptorType;
120 switch (binding_info->descriptorType) {
166 switch (binding->descriptorType) {
575 switch (write->descriptorType) {
610 switch (write->descriptorType) {
621 switch (write->descriptorType) {
707 switch (entry->descriptorType) {
750 write->descriptorType = entry->descriptorType;
755 switch (entry->descriptorType) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set.c235 assert(pDescriptorWrite->descriptorType == binding_layout->type);
241 switch (pDescriptorWrite->descriptorType) {
248 if ((pDescriptorWrite->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER ||
249 pDescriptorWrite->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER) &&
256 if (pDescriptorWrite->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE ||
257 pDescriptorWrite->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER) {
H A Dpanvk_descriptor_set.c97 binding_layout->type = binding->descriptorType;
209 switch (binding->descriptorType) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c127 if ((pCreateInfo->pBindings[j].descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
128 pCreateInfo->pBindings[j].descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
184 set_layout->binding[b].type = binding->descriptorType;
190 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_MUTABLE_VALVE) {
197 set_layout->binding[b].size = descriptor_size(binding->descriptorType);
210 if ((binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
211 binding->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
246 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC ||
247 binding->descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC) {
248 if (binding->descriptorType
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c157 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
162 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
268 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
281 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
H A Dradv_meta_dcc_retile.c122 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
127 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
249 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
257 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
H A Dradv_meta_fmask_expand.c138 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
149 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
229 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
234 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
H A Dradv_descriptor_set.c109 if ((pCreateInfo->pBindings[j].descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
110 pCreateInfo->pBindings[j].descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
192 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER &&
206 switch (binding->descriptorType) {
270 set_layout->binding[b].type = binding->descriptorType;
286 if ((binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
287 binding->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
300 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER &&
303 else if (binding->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER)
383 switch (binding->descriptorType) {
[all...]
H A Dradv_meta_buffer.c67 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
85 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
90 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
225 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
269 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
277 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
H A Dradv_meta_bufimage.c116 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
121 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
299 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
304 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
478 .descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER,
483 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
666 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
671 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
839 .descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER,
844 .descriptorType
[all...]
H A Dradv_meta_resolve_cs.c244 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
249 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
539 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
550 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
594 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
605 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
H A Dradv_meta_decompress.c93 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
98 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
681 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
694 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
H A Dradv_meta_fast_clear.c92 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
97 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
874 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
887 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c157 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
171 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
260 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
267 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
H A Dradv_descriptor_set.c89 if ((pCreateInfo->pBindings[j].descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
90 pCreateInfo->pBindings[j].descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
161 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER &&
175 switch (binding->descriptorType) {
222 set_layout->binding[b].type = binding->descriptorType;
236 if ((binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
237 binding->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
250 if (binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER &&
253 else if (binding->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER)
329 switch (binding->descriptorType) {
[all...]
H A Dradv_meta_buffer.c139 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
161 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
168 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
320 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
379 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
391 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER,
H A Dradv_meta_bufimage.c152 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
159 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
377 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
384 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
615 .descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER,
622 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER,
801 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
808 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
1043 .descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER,
1050 .descriptorType
[all...]
H A Dradv_meta_resolve_cs.c158 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
165 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
338 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
351 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c560 * "If descriptorType specifies a VK_DESCRIPTOR_TYPE_SAMPLER or
563 * samplers. [...] If descriptorType is not one of these descriptor
569 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType;
616 switch (binding->descriptorType) {
638 set_layout->binding[binding_number].type = binding->descriptorType;
643 if ((binding->descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER ||
644 binding->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER) &&
984 switch(writeset->descriptorType) {
991 write_buffer_descriptor(descriptor, writeset->descriptorType,
1002 write_image_descriptor(device, descriptor, writeset->descriptorType,
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_descriptor_set.c274 anv_descriptor_data_for_type(pdevice, binding->descriptorType);
276 if (anv_needs_descriptor_buffer(binding->descriptorType, desc_data))
280 varying_desc_type = binding->descriptorType;
282 switch (binding->descriptorType) {
365 * "If descriptorType specifies a VK_DESCRIPTOR_TYPE_SAMPLER or
368 * samplers. [...] If descriptorType is not one of these descriptor
374 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType;
448 set_layout->binding[b].type = binding->descriptorType;
475 binding->descriptorType);
485 switch (binding->descriptorType) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_descriptor_set.c247 anv_descriptor_data_for_type(pdevice, binding->descriptorType);
249 switch (binding->descriptorType) {
310 * "If descriptorType specifies a VK_DESCRIPTOR_TYPE_SAMPLER or
313 * samplers. [...] If descriptorType is not one of these descriptor
319 VkDescriptorType desc_type = pCreateInfo->pBindings[j].descriptorType;
397 set_layout->binding[b].type = binding->descriptorType;
408 binding->descriptorType);
418 switch (binding->descriptorType) {
445 switch (binding->descriptorType) {
456 if (binding->descriptorType
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c131 switch (binding->descriptorType) {
174 set_layout->binding[b].type = binding->descriptorType;
259 switch (binding->descriptorType) {
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_update_template.h23 size += vn_sizeof_VkDescriptorType(&val->descriptorType);
35 vn_encode_VkDescriptorType(enc, &val->descriptorType);

Completed in 77 milliseconds

12