| /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,
|
| lp_bld_sample.c | 456 if (bld->coord_type.length > 4) { 753 if (bld->num_lods != bld->coord_type.length) 826 if (bld->num_lods != bld->coord_type.length) 1341 * @param coord_type type of the texture size vector (either 1342 * bld->int_coord_type or bld->coord_type) 1348 struct lp_type coord_type, 1361 coord_type, 1367 coord_type, 1373 coord_type, 1395 assert(bld->num_mips == bld->coord_type.length) [all...] |
| lp_bld_sample_soa.c | 884 bld->coord_type, 1051 bld->coord_type, 1861 if (bld->num_lods != bld->coord_type.length) 1979 if (bld->num_lods != bld->coord_type.length) 2527 if (bld->num_lods != bld->coord_type.length) { 2842 bld.coord_type = type; 3001 lp_build_context_init(&bld.coord_bld, gallivm, bld.coord_type); 3231 bld4.coord_type = type4; 3282 lp_build_context_init(&bld4.coord_bld, gallivm, bld4.coord_type);
|
| lp_bld_sample_aos.c | 1080 unsigned num_chans_per_lod = 4 * bld->coord_type.length / bld->num_lods;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.c | 581 if (bld->coord_type.length > 4) { 879 if (bld->num_lods != bld->coord_type.length) 961 if (bld->num_lods != bld->coord_type.length) 1478 * @param coord_type type of the texture size vector (either 1479 * bld->int_coord_type or bld->coord_type) 1485 struct lp_type coord_type, 1498 coord_type, 1504 coord_type, 1510 coord_type, 1532 assert(bld->num_mips == bld->coord_type.length) [all...] |
| lp_bld_sample.h | 395 struct lp_type coord_type; member in struct:lp_build_sample_context 629 struct lp_type coord_type,
|
| lp_bld_sample_soa.c | 894 bld->coord_type, 1077 bld->coord_type, 1897 if (bld->num_lods != bld->coord_type.length) 2015 if (bld->num_lods != bld->coord_type.length) 3017 if (bld->num_lods != bld->coord_type.length) { 3372 bld.coord_type = type; 3516 lp_build_context_init(&bld.coord_bld, gallivm, bld.coord_type); 3752 bld4.coord_type = type4; 3803 lp_build_context_init(&bld4.coord_bld, gallivm, bld4.coord_type);
|
| lp_bld_sample_aos.c | 1071 unsigned num_chans_per_lod = 4 * bld->coord_type.length / bld->num_lods;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_bc_builder.cpp | 539 .COORD_TYPE_X(bc.coord_type[0]) 540 .COORD_TYPE_Y(bc.coord_type[1]) 541 .COORD_TYPE_Z(bc.coord_type[2]) 542 .COORD_TYPE_W(bc.coord_type[3])
|
| sb_bc_decoder.cpp | 474 bc.coord_type[0] = w1.get_COORD_TYPE_X(); 475 bc.coord_type[1] = w1.get_COORD_TYPE_Y(); 476 bc.coord_type[2] = w1.get_COORD_TYPE_Z(); 477 bc.coord_type[3] = w1.get_COORD_TYPE_W();
|
| sb_bc.h | 592 unsigned coord_type[4]; member in struct:r600_sb::bc_fetch
|
| sb_bc_dump.cpp | 544 s << (n.bc.coord_type[k] ? "N" : "U");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_bc_builder.cpp | 539 .COORD_TYPE_X(bc.coord_type[0]) 540 .COORD_TYPE_Y(bc.coord_type[1]) 541 .COORD_TYPE_Z(bc.coord_type[2]) 542 .COORD_TYPE_W(bc.coord_type[3])
|
| sb_bc_decoder.cpp | 474 bc.coord_type[0] = w1.get_COORD_TYPE_X(); 475 bc.coord_type[1] = w1.get_COORD_TYPE_Y(); 476 bc.coord_type[2] = w1.get_COORD_TYPE_Z(); 477 bc.coord_type[3] = w1.get_COORD_TYPE_W();
|
| sb_bc.h | 558 unsigned coord_type[4]; member in struct:r600_sb::bc_fetch
|
| sb_bc_dump.cpp | 542 s << (n.bc.coord_type[k] ? "N" : "U");
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_vec4_nir.cpp | 1992 const glsl_type *coord_type = NULL; 2023 coord_type = glsl_type::ivec(src_size); 2029 coord_type = glsl_type::vec(src_size); 2101 assert(coord_type != NULL); 2104 mcs = emit_mcs_fetch(coord_type, coordinate, texture_reg);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_vec4_nir.cpp | 1990 const glsl_type *coord_type = NULL; 2024 coord_type = glsl_type::ivec(src_size); 2030 coord_type = glsl_type::vec(src_size); 2102 assert(coord_type != NULL); 2105 mcs = emit_mcs_fetch(coord_type, coordinate, texture_reg);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| builtin_functions.cpp | 1122 const glsl_type *coord_type, 1130 const glsl_type *coord_type, 6491 const glsl_type *coord_type, 6495 ir_variable *P = in_var(coord_type, "P"); 6504 if (coord_size == coord_type->vector_elements) { 6515 tex->projector = swizzle(P, coord_type->vector_elements - 1, 1); 6627 const glsl_type *coord_type, 6631 ir_variable *P = in_var(coord_type, "P"); 6738 const glsl_type *coord_type) 6741 ir_variable *coord = in_var(coord_type, "coord") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| builtin_functions.cpp | 1032 const glsl_type *coord_type, 1038 const glsl_type *coord_type, 5996 const glsl_type *coord_type, 6000 ir_variable *P = in_var(coord_type, "P"); 6009 if (coord_size == coord_type->vector_elements) { 6020 tex->projector = swizzle(P, coord_type->vector_elements - 1, 1); 6119 const glsl_type *coord_type, 6123 ir_variable *P = in_var(coord_type, "P"); 6230 const glsl_type *coord_type) 6233 ir_variable *coord = in_var(coord_type, "coord") [all...] |
| /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/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, "");
|