Searched refs:ROGUE_NUM_PBESTATE_REG_WORDS (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/imagination/include/hwdef/ |
H A D | rogue_hw_defs.h | 85 #define ROGUE_NUM_PBESTATE_REG_WORDS 3U macro
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_common.h | 132 uint64_t pbe_reg_words[static const ROGUE_NUM_PBESTATE_REG_WORDS]);
|
H A D | pvr_job_render.h | 96 [ROGUE_NUM_PBESTATE_REG_WORDS];
|
H A D | pvr_job_common.c | 167 uint64_t pbe_reg_words[static const ROGUE_NUM_PBESTATE_REG_WORDS]) in pvr_pbe_pack_state() 175 /* This function needs updating if the value of ROGUE_NUM_PBESTATE_REG_WORDS in pvr_pbe_pack_state() 178 STATIC_ASSERT(ROGUE_NUM_PBESTATE_REG_WORDS == 3); in pvr_pbe_pack_state() 162 pvr_pbe_pack_state( const struct pvr_device_info *dev_info, const struct pvr_pbe_surf_params *surface_params, const struct pvr_pbe_render_params *render_params, 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_pbe_pack_state() argument
|
H A D | pvr_cmd_buffer.c | 714 uint64_t pbe_reg_words[static const ROGUE_NUM_PBESTATE_REG_WORDS]) 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
|
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
H A D | pvr_winsys.h | 267 ROGUE_NUM_PBESTATE_REG_WORDS]; 388 [ROGUE_NUM_PBESTATE_REG_WORDS];
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/ |
H A D | pvr_rogue_fwif.h | 406 ROGUE_NUM_PBESTATE_REG_WORDS];
|
Completed in 11 milliseconds