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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 342 struct lp_type coord_type; member in struct:lp_build_sample_context
547 struct lp_type coord_type,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 395 struct lp_type coord_type; member in struct:lp_build_sample_context
629 struct lp_type coord_type,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_bc.h 592 unsigned coord_type[4]; member in struct:r600_sb::bc_fetch
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_llvm_build.c 2276 LLVMTypeRef coord_type = sample ? ctx->f32 : ctx->i32; local
2304 args[num_args++] = LLVMBuildBitCast(ctx->builder, a->coords[i], coord_type, "");
2306 args[num_args++] = LLVMBuildBitCast(ctx->builder, a->lod, coord_type, "");
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_bc.h 558 unsigned coord_type[4]; member in struct:r600_sb::bc_fetch
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_build.c 2153 LLVMTypeRef coord_type = sample ? (a->a16 ? ctx->f16 : ctx->f32) : (a->a16 ? ctx->i16 : ctx->i32); local
2198 args[num_args++] = LLVMBuildBitCast(ctx->builder, a->coords[i], coord_type, "");
2200 args[num_args++] = LLVMBuildBitCast(ctx->builder, a->lod, coord_type, "");
2202 args[num_args++] = LLVMBuildBitCast(ctx->builder, a->min_lod, coord_type, "");

Completed in 12 milliseconds