Home
last modified time | relevance | path

Searched refs:ureg_DECL_system_value (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c72 struct ureg_src instance_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blitter_vs()
98 outer = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_TESS_DEFAULT_OUTER_LEVEL, 0); in si_create_fixed_func_tcs()
99 inner = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_TESS_DEFAULT_INNER_LEVEL, 0); in si_create_fixed_func_tcs()
144 value = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_CS_USER_DATA_AMD, 0); in si_create_dma_compute_shader()
147 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_dma_compute_shader()
148 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dma_compute_shader()
234 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_dcc_retile_cs()
235 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dcc_retile_cs()
733 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_fmask_expand_cs()
734 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_fmask_expand_cs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in util_make_vertex_passthrough_shader_with_so()
1144 invocationID = ureg_DECL_system_value(ureg, in util_make_tess_ctrl_passthrough_shader()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c90 pos = ureg_DECL_system_value(shader, TGSI_SEMANTIC_POSITION, 0); in calc_line()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c969 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0); in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp6813 t->systemValues[i] = ureg_DECL_system_value(ureg, semName, 0); in st_translate_program()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h210 ureg_DECL_system_value(struct ureg_program *,
Dtgsi_ureg.c354 ureg_DECL_system_value(struct ureg_program *ureg, in ureg_DECL_system_value() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h245 ureg_DECL_system_value(struct ureg_program *,
Dtgsi_ureg.c399 ureg_DECL_system_value(struct ureg_program *ureg, in ureg_DECL_system_value() function
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1501 ntt_store(c, &instr->dest, ureg_DECL_system_value(c->ureg, semantic, 0)); in ntt_emit_load_sysval()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c979 return ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_get_position_input()
1142 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param()
Dnine_ff.c1508 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_ff_build_ps()