Home
last modified time | relevance | path

Searched defs:pvr_psc_program_output (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.h124 struct pvr_psc_program_output { struct
125 const uint32_t *code;
127 struct pvr_psc_register *data;
128 unsigned int data_count;
130 unsigned int data_size_aligned;
131 unsigned int code_size_aligned;
132 unsigned int temp_size_aligned;
134 unsigned int data_size;
135 unsigned int code_size;
136 unsigned int temp_size;
[all …]