| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_llvm_sample.c | 235 unsigned texture_index = params->texture_index; local 238 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); 241 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_tex_sample.cpp | 304 unsigned texture_index = params->texture_index; local 308 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); 314 &sampler->dynamic_state.static_state[texture_index].texture_state,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_tex_sample.c | 256 unsigned texture_index = params->texture_index; local 260 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); 267 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| swr_tex_sample.cpp | 288 unsigned texture_index = params->texture_index; local 292 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); 298 &sampler->dynamic_state.static_state[texture_index].texture_state,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_llvm_sample.c | 333 unsigned texture_index = params->texture_index; local 336 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); 343 lp_build_const_int32(gallivm, texture_index), ""); 355 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_tex_sample.c | 369 unsigned texture_index = params->texture_index; local 373 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); 384 lp_build_const_int32(gallivm, texture_index), ""); 396 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_program.h | 171 uint8_t texture_index[MAX_NUM_FRAGMENT_REGISTERS_ATI]; member in struct:st_fp_variant_key
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_tex.c | 219 nir_ssa_def *idx = nir_imm_int(b, tex->texture_index); 302 plane_tex->texture_index = tex->texture_index; 311 if (options->scale_factors[tex->texture_index]) 313 options->scale_factors[tex->texture_index]); 323 unsigned texture_index) 329 if (options->bt709_external & (1u << texture_index)) { 332 } else if (options->bt2020_external & (1u << texture_index)) { 364 unsigned texture_index) 377 texture_index); 1307 unsigned texture_index = tex->texture_index; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.h | 102 unsigned texture_index; member in struct:lp_sampler_params 496 unsigned texture_index,
|
| lp_bld_sample_soa.c | 2041 unsigned texture_index, 2083 coords[3] = lp_build_layer_coord(bld, texture_index, TRUE, layer, NULL); 2090 coords[2] = lp_build_layer_coord(bld, texture_index, FALSE, coords[2], NULL); 2125 lp_build_lod_selector(bld, is_lodq, texture_index, sampler_index, 2135 texture_index); 2139 texture_index); 2181 texture_index); 2187 lp_build_nearest_mip_level(bld, texture_index, lod_ipart, ilevel0, NULL); 2192 lp_build_linear_mip_levels(bld, texture_index, 2742 unsigned texture_index, 3538 unsigned texture_index = params->texture_index; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.h | 106 unsigned texture_index; member in struct:lp_sampler_params 577 unsigned texture_index,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| midgard_compile.c | 2334 int texture_index = instr->texture_index; local 2356 .texture_handle = texture_index,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| nir_to_spirv.c | 3124 assert(tex->texture_index == tex->sampler_index); 3230 unsigned texture_index = tex->texture_index; local 3236 if (i == texture_index) 3239 } else if (texture_index <= i + ctx->sampler_array_sizes[i] - 1) { 3241 tex_offset = emit_uint_const(ctx, 32, texture_index - i); 3242 texture_index = i; 3247 SpvId image_type = bindless ? get_bare_image_type(ctx, bindless_var, true) : ctx->sampler_types[texture_index]; 3252 assert(bindless || ctx->samplers_used & (1u << texture_index)); 3253 SpvId sampler_id = bindless ? bindless : ctx->samplers[texture_index]; [all...] |
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| bi_packer.c | 4863 unsigned texture_index = I->texture_index; local 4864 assert(texture_index < 0x20); 4865 return 0xd6000 | (src0 << 0) | (src1 << 3) | (format << 11) | (texture_index << 6); 5359 unsigned texture_index = I->texture_index; local 5360 assert(texture_index < 0x8); 5363 return 0xd8000 | (src0 << 0) | (src1 << 3) | (skip << 9) | (lod_mode << 13) | (texture_index << 6) | (sampler_index << 10); 5373 unsigned texture_index = I->texture_index; local 5387 unsigned texture_index = I->texture_index; local 5399 unsigned texture_index = I->texture_index; local 5648 unsigned texture_index = I->texture_index; local 5673 unsigned texture_index = I->texture_index; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| midgard_compile.c | 502 int texture_index[2]; member in struct:compiler_context 1846 if (ctx->texture_index[reg] > -1) 1847 unalias_ssa(ctx, ctx->texture_index[reg]); 1849 int texture_index = instr->texture_index; local 1850 int sampler_index = texture_index; 1901 .texture_handle = texture_index, 1943 ctx->texture_index[reg] = o_index; 3620 ctx->texture_index[0] = -1; 3621 ctx->texture_index[1] = -1 [all...] |