HomeSort by: relevance | last modified time | path
    Searched refs:v3dv_X (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_formats.c 35 const struct v3dv_format *vf = v3dv_X(device, get_format)(f);
84 const struct v3dv_format *format = v3dv_X(device, get_format)(vk_format);
85 assert(v3dv_X(device, tfu_supports_tex_format)(format->tex_type));
137 if (v3dv_X(pdevice, format_supports_blending)(v3dv_format))
221 const struct v3dv_format *v3dv_format = v3dv_X(device, get_format)(vk_format);
233 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format);
292 const struct v3dv_format *v3dv_format = v3dv_X(physical_device, get_format)(info->format);
v3dv_image.c 301 v3dv_X(device, get_format)(pCreateInfo->format);
529 iview->format = v3dv_X(device, get_format)(format);
534 v3dv_X(device, get_internal_depth_type)(iview->vk.format);
536 v3dv_X(device, get_internal_type_bpp_for_output_format)
545 v3dv_X(device, pack_texture_shader_state)(device, iview);
597 view->format = v3dv_X(device, get_format)(view->vk_format);
599 v3dv_X(device, get_internal_type_bpp_for_output_format)
604 v3dv_X(device, pack_texture_shader_state_from_buffer_view)(device, view);
v3dv_descriptor_set.c 40 assert(v3dv_X(device, descriptor_bo_size)(binding_layout->type) > 0);
43 array_index * v3dv_X(device, descriptor_bo_size)(binding_layout->type);
128 assert(v3dv_X(device, descriptor_bo_size)(binding_layout->type) > 0);
137 array_index * v3dv_X(device, descriptor_bo_size)(binding_layout->type),
216 reloc.offset += v3dv_X(device, combined_image_sampler_sampler_state_offset)();
302 reloc.offset += v3dv_X(device, combined_image_sampler_texture_state_offset)();
419 bo_size += v3dv_X(device, descriptor_bo_size)(pCreateInfo->pPoolSizes[i].type) *
664 v3dv_X(device, descriptor_bo_size)(set_layout->binding[binding_number].type) *
802 v3dv_X(device, combined_image_sampler_sampler_state_offset)() : 0;
884 memcpy(dst_map, src_map, v3dv_X(device, descriptor_bo_size)(src_binding_layout->type))
    [all...]
v3dv_pass.c 39 const struct v3dv_format *format = v3dv_X(device, get_format)(att->desc.format);
40 att->use_tlb_resolve = v3dv_X(device, format_supports_tlb_resolve)(format);
307 const struct v3dv_format *format = v3dv_X(device, get_format)(desc->format);
309 v3dv_X(device, get_internal_type_bpp_for_output_format)
v3dv_cmd_buffer.c 604 v3dv_X(job->device, job_emit_binning_prolog)(job, tiling, layers);
624 v3dv_X(cmd_buffer->device, cmd_buffer_emit_render_pass_rcl)(cmd_buffer);
626 v3dv_X(cmd_buffer->device, job_emit_binning_flush)(cmd_buffer->state.job);
713 v3dv_X(cmd_buffer->device, cmd_buffer_end_render_pass_secondary)(cmd_buffer);
1216 v3dv_X(cmd_buffer->device, get_format)(attachment->desc.format);
1218 v3dv_X(cmd_buffer->device, get_internal_type_bpp_for_output_format)
1226 v3dv_X(cmd_buffer->device, get_hw_clear_color)
1518 v3dv_X(job->device, framebuffer_compute_internal_bpp_msaa)
1794 v3dv_X(primary->device, cmd_buffer_execute_inside_pass)
2119 v3dv_X(cmd_buffer->device, job_emit_clip_window
    [all...]
v3dv_meta_copy.c 389 v3dv_X(cmd_buffer->device, get_internal_type_bpp_for_image_aspects)
415 v3dv_X(job->device, meta_framebuffer_init)(&framebuffer, fb_format,
418 v3dv_X(job->device, job_emit_binning_flush)(job);
419 v3dv_X(job->device, meta_emit_copy_image_to_buffer_rcl)
853 v3dv_X(cmd_buffer->device, meta_emit_tfu_job)
887 v3dv_X(cmd_buffer->device, get_internal_type_bpp_for_image_aspects)
923 v3dv_X(job->device, meta_framebuffer_init)(&framebuffer, fb_format,
926 v3dv_X(job->device, job_emit_binning_flush)(job);
927 v3dv_X(job->device, meta_emit_copy_image_rcl)(job, dst, src, &framebuffer, region);
1069 const struct v3dv_format *f = v3dv_X(cmd_buffer->device, get_format)(format)
    [all...]
v3dv_meta_clear.c 49 v3dv_X(device, get_hw_clear_color)(color, internal_type, internal_size,
75 v3dv_X(cmd_buffer->device, get_internal_type_bpp_for_image_aspects)
128 v3dv_X(job->device, meta_framebuffer_init)(&framebuffer, fb_format,
132 v3dv_X(job->device, job_emit_binning_flush)(job);
139 v3dv_X(job->device, meta_emit_clear_image_rcl)
v3dv_device.c 1500 (UINT32_MAX / v3dv_X(pdevice, max_descriptor_bo_size)());
1810 v3dv_X(device, device_check_prepacked_sizes)();
2597 v3dv_X(device, pack_sampler_state)(sampler, pCreateInfo, bc_info);
v3dv_private.h 2127 #define v3dv_X(device, thing) ({ \
v3dv_queue.c 783 v3dv_X(device, job_emit_noop)(queue->noop_job);
v3dv_pipeline.c 2994 v3dv_X(device, pipeline_pack_state)(pipeline, cb_info, ds_info,
3021 v3dv_X(device, pipeline_pack_compile_state)(pipeline, vi_info, vd_info);

Completed in 22 milliseconds