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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2381 static LLVMValueRef fetch_constant( function in typeref:typename:LLVMValueRef
2399 values[chan] = fetch_constant(bld_base, reg, type, chan);
2408 lo = fetch_constant(bld_base, reg, TGSI_TYPE_UNSIGNED, swizzle);
2409 hi = fetch_constant(bld_base, reg, TGSI_TYPE_UNSIGNED, (swizzle_in >> 16));
5875 bld_base->emit_fetch_funcs[TGSI_FILE_CONSTANT] = fetch_constant;

Completed in 11 milliseconds