Home
last modified time | relevance | path

Searched refs:down_scale (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_common.h101 bool down_scale; member
H A Dpvr_job_common.c267 reg.downscale = surface_params->down_scale; in pvr_pbe_pack_state()
H A Dpvr_cmd_buffer.c711 const bool down_scale, in pvr_setup_pbe_state()
725 /* down_scale should be true when performing a resolve, in which case there in pvr_setup_pbe_state()
728 assert((down_scale && samples > 1U) || (!down_scale && samples == 1U)); in pvr_setup_pbe_state()
773 surface_params.down_scale = down_scale; in pvr_setup_pbe_state()
704 pvr_setup_pbe_state( const struct pvr_device_info *dev_info, struct pvr_framebuffer *framebuffer, uint32_t mrt_index, const struct usc_mrt_resource *mrt_resource, const struct pvr_image_view *const iview, const VkRect2D *render_area, const bool down_scale, const uint32_t samples, uint32_t pbe_cs_words[static const ROGUE_NUM_PBESTATE_STATE_WORDS], uint64_t pbe_reg_words[static const ROGUE_NUM_PBESTATE_REG_WORDS]) pvr_setup_pbe_state() argument

Completed in 8 milliseconds