Searched defs:sample_locs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c123 const uint32_t *sample_locs; local in function:si_get_sample_position
148 si_emit_max_4_sample_locs(struct radeon_cmdbuf * cs,uint64_t centroid_priority,uint32_t sample_locs) argument
161 si_emit_max_16_sample_locs(struct radeon_cmdbuf * cs,uint64_t centroid_priority,const uint32_t * sample_locs,unsigned num_samples) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_msaa.c125 const uint32_t *sample_locs; local in function:si_get_sample_position
150 si_emit_max_4_sample_locs(struct radeon_cmdbuf * cs,uint64_t centroid_priority,uint32_t sample_locs) argument
164 si_emit_max_16_sample_locs(struct radeon_cmdbuf * cs,uint64_t centroid_priority,const uint32_t * sample_locs,unsigned num_samples) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c549 radv_process_depth_stencil(struct radv_cmd_buffer * cmd_buffer,struct radv_image * image,const VkImageSubresourceRange * subresourceRange,struct radv_sample_locations_state * sample_locs,enum radv_depth_op op) argument
723 radv_expand_depth_stencil(struct radv_cmd_buffer * cmd_buffer,struct radv_image * image,const VkImageSubresourceRange * subresourceRange,struct radv_sample_locations_state * sample_locs) argument
740 radv_resummarize_depth_stencil(struct radv_cmd_buffer * cmd_buffer,struct radv_image * image,const VkImageSubresourceRange * subresourceRange,struct radv_sample_locations_state * sample_locs) argument
[all...]
H A Dradv_meta_resolve.c932 struct radv_sample_locations_state *sample_locs = local in function:radv_decompress_resolve_src
H A Dsi_cmd_buffer.c1798 const uint32_t *sample_locs; local in function:radv_get_sample_position
H A Dradv_cmd_buffer.c868 radv_compute_sample_locs_pixel(uint32_t num_samples, VkOffset2D *sample_locs, argument
890 radv_compute_centroid_priority(struct radv_cmd_buffer *cmd_buffer, VkOffset2D *sample_locs, argument
837 radv_convert_user_sample_locs(struct radv_sample_locations_state * state,uint32_t x,uint32_t y,VkOffset2D * sample_locs) argument
934 VkOffset2D sample_locs[4][8]; /* 8 is the max. sample count supported */ local in function:radv_emit_sample_locations
4060 struct radv_sample_locations_state *sample_locs; local in function:radv_handle_subpass_image_transition
4135 const struct VkRenderPassSampleLocationsBeginInfoEXT *sample_locs = local in function:radv_cmd_state_setup_sample_locations
7352 radv_handle_depth_image_transition(struct radv_cmd_buffer * cmd_buffer,struct radv_image * image,VkImageLayout src_layout,bool src_render_loop,VkImageLayout dst_layout,bool dst_render_loop,unsigned src_queue_mask,unsigned dst_queue_mask,const VkImageSubresourceRange * range,struct radv_sample_locations_state * sample_locs) argument
7619 radv_handle_image_transition(struct radv_cmd_buffer * cmd_buffer,struct radv_image * image,VkImageLayout src_layout,bool src_render_loop,VkImageLayout dst_layout,bool dst_render_loop,uint32_t src_family,uint32_t dst_family,const VkImageSubresourceRange * range,struct radv_sample_locations_state * sample_locs) argument
[all...]

Completed in 32 milliseconds