Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h226 LLVMValueRef ac_build_fs_interp_mov(struct ac_llvm_context *ctx, LLVMValueRef parameter,
Dac_llvm_build.c947 LLVMValueRef ac_build_fs_interp_mov(struct ac_llvm_context *ctx, LLVMValueRef parameter, in ac_build_fs_interp_mov() function
Dac_nir_to_llvm.c3257 ac_build_fs_interp_mov(&ctx->ac, LLVMConstInt(ctx->ac.i32, vertex_id, false), llvm_chan, in visit_load()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c124 return ac_build_fs_interp_mov(&ctx->ac, LLVMConstInt(ctx->ac.i32, 2, 0), /* P0 */ in si_build_fs_interp()