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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_abi.h190 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, member in struct:ac_shader_abi
H A Dac_nir_to_llvm.c3022 sample_position = ctx->abi->load_sample_position(ctx->abi, src0);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_shader_abi.h142 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, LLVMValueRef sample_id); member in struct:ac_shader_abi
H A Dac_nir_to_llvm.c3313 LLVMValueRef sample_pos = ctx->abi->load_sample_position(ctx->abi, sample_id);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c40 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) function in typeref:typename:LLVMValueRef
993 ctx->abi.load_sample_position = load_sample_position;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c254 load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) function in typeref:typename:LLVMValueRef
2491 ctx.abi.load_sample_position = load_sample_position;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1752 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, function in typeref:typename:LLVMValueRef
3771 ctx.abi.load_sample_position = load_sample_position;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1977 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) function in typeref:typename:LLVMValueRef
3983 sample_position = load_sample_position(&ctx->abi, sample_id);
5996 ctx->abi.load_sample_position = load_sample_position;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1332 static int load_sample_position(struct r600_shader_ctx *ctx, struct r600_shader_src *sample_id, int chan_sel) function in typeref:typename:int
1642 r600_src->sel = load_sample_position(ctx, NULL, -1);
6992 sample_gpr = load_sample_position(ctx, &ctx->src[1], ctx->src[1].swizzle[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1420 static int load_sample_position(struct r600_shader_ctx *ctx, struct r600_shader_src *sample_id, int chan_sel) function in typeref:typename:int
1730 r600_src->sel = load_sample_position(ctx, NULL, -1);
7091 sample_gpr = load_sample_position(ctx, &ctx->src[1], ctx->src[1].swizzle[0]);

Completed in 75 milliseconds