Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c72 struct ureg_src instance_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blitter_vs()
119 value = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_CS_USER_DATA_AMD, 0); in si_create_dma_compute_shader()
122 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_dma_compute_shader()
123 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dma_compute_shader()
528 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_fmask_expand_cs()
529 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in util_make_vertex_passthrough_shader_with_so()
1160 invocationID = ureg_DECL_system_value(ureg, in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c90 pos = ureg_DECL_system_value(shader, TGSI_SEMANTIC_POSITION, 0); in calc_line()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h229 ureg_DECL_system_value(struct ureg_program *,
H A Dtgsi_ureg.c399 ureg_DECL_system_value(struct ureg_program *ureg, in ureg_DECL_system_value() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c526 sx->prim_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_PRIMID, 0); in dcl_gs_input()
540 reg = ureg_DECL_system_value(ureg, translate_system_name(dcl_siv_name), 0); in dcl_sgv_input()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c999 return ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_get_position_input()
1162 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param()
H A Dnine_ff.c1517 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_ff_build_ps()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c2326 struct ureg_src sv = ureg_DECL_system_value(c->ureg, semantic, 0); in ntt_emit_load_sysval()

Completed in 26 milliseconds