Home
last modified time | relevance | path

Searched refs:ROGUE_REG_SIZE_BYTES (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
Drogue_build_data.c442 assert(size_bytes == ROGUE_REG_SIZE_BYTES); in collect_ubo_data()
445 assert(!(offset_bytes % ROGUE_REG_SIZE_BYTES)); in collect_ubo_data()
447 size_t offset_regs = offset_bytes / ROGUE_REG_SIZE_BYTES; in collect_ubo_data()
600 assert(!(offset_bytes % ROGUE_REG_SIZE_BYTES)); in rogue_ubo_reg()
601 offset_regs = offset_bytes / ROGUE_REG_SIZE_BYTES; in rogue_ubo_reg()
Drogue.h34 #define ROGUE_REG_SIZE_BYTES 4 macro
Drogue.c600 assert((nir_intrinsic_range_base(intr) % ROGUE_REG_SIZE_BYTES) == 0); in trans_nir_intrinsic_load_ubo()
601 assert(nir_intrinsic_range(intr) == ROGUE_REG_SIZE_BYTES); in trans_nir_intrinsic_load_ubo()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline.c326 dma_desc->component_size_in_bytes = ROGUE_REG_SIZE_BYTES; in pvr_pds_vertex_attrib_init_dma_descriptions()
628 ROGUE_REG_SIZE_BYTES, in pvr_pds_descriptor_program_setup_buffers()
629 ROGUE_REG_SIZE_BYTES, in pvr_pds_descriptor_program_setup_buffers()
1391 vs_data->num_vertex_outputs * ROGUE_REG_SIZE_BYTES; in pvr_vertex_state_init()
Dpvr_device.c1353 usc_shareds * ROGUE_REG_SIZE_BYTES, in pvr_device_init_compute_idfwdf_state()
1354 ROGUE_REG_SIZE_BYTES, in pvr_device_init_compute_idfwdf_state()