Searched defs:sample_locs (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_msaa.c | 125 const uint32_t *sample_locs; in si_get_sample_position() local 150 si_emit_max_4_sample_locs(struct radeon_cmdbuf *cs, uint64_t centroid_priority, uint32_t sample_locs) si_emit_max_4_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) si_emit_max_16_sample_locs() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_decompress.c | 463 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) radv_process_depth_stencil() argument 637 radv_expand_depth_stencil(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, const VkImageSubresourceRange *subresourceRange, struct radv_sample_locations_state *sample_locs) radv_expand_depth_stencil() argument 654 radv_resummarize_depth_stencil(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, const VkImageSubresourceRange *subresourceRange, struct radv_sample_locations_state *sample_locs) radv_resummarize_depth_stencil() argument [all...] |
H A D | radv_meta_resolve.c | 842 struct radv_sample_locations_state *sample_locs = in radv_decompress_resolve_src() local
|
H A D | si_cmd_buffer.c | 1943 const uint32_t *sample_locs; in radv_get_sample_position() local
|
H A D | radv_cmd_buffer.c | 1064 radv_compute_sample_locs_pixel(uint32_t num_samples, VkOffset2D *sample_locs, in radv_compute_sample_locs_pixel() argument 1086 radv_compute_centroid_priority(struct radv_cmd_buffer *cmd_buffer, VkOffset2D *sample_locs, in radv_compute_centroid_priority() argument 1033 radv_convert_user_sample_locs(struct radv_sample_locations_state *state, uint32_t x, uint32_t y, VkOffset2D *sample_locs) radv_convert_user_sample_locs() argument 1130 VkOffset2D sample_locs[4][8]; /* 8 is the max. sample count supported */ radv_emit_sample_locations() local 4608 struct radv_sample_locations_state *sample_locs; radv_handle_subpass_image_transition() local 4683 const struct VkRenderPassSampleLocationsBeginInfoEXT *sample_locs = radv_cmd_state_setup_sample_locations() local 9261 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) radv_handle_depth_image_transition() argument 9534 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_index, uint32_t dst_family_index, const VkImageSubresourceRange *range, struct radv_sample_locations_state *sample_locs) radv_handle_image_transition() argument [all...] |
Completed in 13 milliseconds