Searched refs:ureg_DECL_buffer (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 151 struct ureg_dst dstbuf = ureg_dst(ureg_DECL_buffer(ureg, 0, false)); in si_create_dma_compute_shader() 156 srcbuf = ureg_DECL_buffer(ureg, 1, false); in si_create_dma_compute_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 368 ureg_DECL_buffer(struct ureg_program *ureg, unsigned nr, bool atomic);
|
D | tgsi_ureg.c | 805 struct ureg_src ureg_DECL_buffer(struct ureg_program *ureg, unsigned nr, in ureg_DECL_buffer() function
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 555 ureg_DECL_buffer(c->ureg, i, atomic); in ntt_setup_uniforms()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 7041 t->buffers[index] = ureg_DECL_buffer(ureg, index, true); in st_translate_program() 7055 t->buffers[i] = ureg_DECL_buffer(ureg, i, false); in st_translate_program()
|