Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.h135 int num_temps; variable
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c53 uint num_temps; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp53 unsigned num_temps; member in r600_sb::regbits
57 regbits(unsigned num_temps) : dta(), num_temps(num_temps) {} in regbits()
58 regbits(unsigned num_temps, unsigned value) : num_temps(num_temps) in regbits()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c315 unsigned num_temps, cur_temp, num_vs_inputs; in etna_shader_update_vs_inputs() local
Detnaviv_compiler.h103 unsigned num_temps; member
Detnaviv_compiler_nir.c878 emit_shader(struct etna_compile *c, unsigned *num_temps, unsigned *num_consts) in emit_shader()
Detnaviv_compiler_tgsi.c330 int temp_ptr = 0, num_temps; in assign_inouts_to_temporaries() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h466 uint32_t num_temps; member
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h806 uint32_t num_temps; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5518 unsigned num_temps = emit->temp_arrays[i].size; in emit_temporaries_declaration() local