Home
last modified time | relevance | path

Searched refs:TGSI_EXEC_MAX_INPUT_ATTRIBS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h227 #define TGSI_EXEC_MAX_INPUT_ATTRIBS 32 macro
446 return TGSI_EXEC_MAX_INPUT_ATTRIBS; in tgsi_exec_get_shader_param()
Dtgsi_exec.c1432 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; in fetch_src_file_channel()
4837 unsigned pos = index2D.i[chan] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index.i[chan]; in exec_interp_at_sample()
4860 unsigned pos = index2D.i[0] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index.i[0]; in exec_interp_at_offset()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c299 return TGSI_EXEC_MAX_INPUT_ATTRIBS; in softpipe_get_param()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c153 unsigned idx = i * TGSI_EXEC_MAX_INPUT_ATTRIBS + slot; in tgsi_fetch_gs_input()