Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2278 static LLVMValueRef fetch_constant( in fetch_constant() function
2295 values[chan] = fetch_constant(bld_base, reg, type, chan); in fetch_constant()
2304 lo = fetch_constant(bld_base, reg, TGSI_TYPE_UNSIGNED, swizzle); in fetch_constant()
2305 hi = fetch_constant(bld_base, reg, TGSI_TYPE_UNSIGNED, swizzle + 1); in fetch_constant()
5893 bld_base->emit_fetch_funcs[TGSI_FILE_CONSTANT] = fetch_constant; in si_init_shader_ctx()