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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c132 * We are passed in an upload_remaining of how much space is left for us in
138 uint32_t *upload_remaining)
167 if (added >= *upload_remaining)
172 *upload_remaining -= added;
182 if (added >= *upload_remaining)
189 *upload_remaining -= added;
379 uint32_t upload_remaining = max_upload; local in function:ir3_nir_analyze_ubo_ranges
387 &upload_remaining);
136 gather_ubo_ranges(nir_shader * nir,nir_intrinsic_instr * instr,struct ir3_ubo_analysis_state * state,uint32_t alignment,uint32_t * upload_remaining) argument

Completed in 3 milliseconds