HomeSort by: relevance | last modified time | path
    Searched defs:load_sample_position (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_shader_abi.h 142 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, LLVMValueRef sample_id); member in struct:ac_shader_abi
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_shader_abi.h 190 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, member in struct:ac_shader_abi
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_ps.c 40 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) function
993 ctx->abi.load_sample_position = load_sample_position;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_nir_to_llvm.c 254 load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) function
2491 ctx.abi.load_sample_position = load_sample_position;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_shader.c 1420 static int load_sample_position(struct r600_shader_ctx *ctx, struct r600_shader_src *sample_id, int chan_sel) function
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]);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_nir_to_llvm.c 1752 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, function
3771 ctx.abi.load_sample_position = load_sample_position;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_shader.c 1332 static int load_sample_position(struct r600_shader_ctx *ctx, struct r600_shader_src *sample_id, int chan_sel) function
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.old/dist/src/gallium/drivers/radeonsi/
si_shader.c 1977 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) function
3983 sample_position = load_sample_position(&ctx->abi, sample_id);
5996 ctx->abi.load_sample_position = load_sample_position;

Completed in 49 milliseconds