HomeSort by relevance Sort by last modified time
    Searched refs:texture_index (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_tex_src_plane.c 80 unsigned y_samp = tex->texture_index;
82 assume(tex->texture_index == tex->sampler_index);
86 tex->texture_index = tex->sampler_index =
  /external/mesa3d/src/compiler/nir/
nir_lower_samplers.c 54 instr->texture_index += deref_array->base_offset * *array_elements;
99 instr->texture_index = 0;
149 instr->texture_index +=
152 instr->sampler_index = instr->texture_index;
nir_lower_bitmap.c 96 tex->texture_index = options->sampler;
nir_lower_tex.c 165 txs->texture_index = tex->texture_index;
221 plane_tex->texture_index = tex->texture_index;
318 txl->texture_index = tex->texture_index;
747 if ((1 << tex->texture_index) & options->lower_y_uv_external) {
752 if ((1 << tex->texture_index) & options->lower_y_u_v_external) {
757 if ((1 << tex->texture_index) & options->lower_yx_xuxv_external) {
768 if (((1 << tex->texture_index) & options->swizzle_result) &
    [all...]
nir_lower_drawpixels.c 135 tex->texture_index = state->options->drawpix_sampler;
163 tex->texture_index = state->options->pixelmap_sampler;
nir_instr_set.c 160 hash = HASH(hash, instr->texture_index);
314 tex1->texture_index != tex2->texture_index ||
nir_clone.c 420 ntex->texture_index = tex->texture_index;
nir_print.c 766 instr->texture_index, instr->sampler_index);
nir.c 534 instr->texture_index = 0;
    [all...]
nir.h 1162 unsigned texture_index; member in struct:__anon29290
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 50 txf->texture_index = txf_ms->texture_index;
82 unsigned unit = txf_ms->texture_index;
vc4_program.c 371 unsigned unit = instr->texture_index;
412 unsigned unit = instr->texture_index;
    [all...]
  /external/mesa3d/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,
  /external/mesa3d/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,
  /external/mesa3d/src/gallium/drivers/swr/
swr_tex_sample.cpp 282 unsigned texture_index = params->texture_index; local
286 assert(texture_index < PIPE_MAX_SHADER_SAMPLER_VIEWS);
292 &sampler->dynamic_state.static_state[texture_index].texture_state,
  /external/drm_hwcomposer/
glworker.cpp 293 unsigned texture_index; member in struct:android::RenderingCommand::TextureSource
310 for (size_t texture_index : region.source_layers) {
311 const DrmHwcLayer &layer = layers[texture_index];
329 src.texture_index = texture_index;
657 layer_textures[src.texture_index].texture.get());
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 3228 unsigned texture_index = params->texture_index; local
    [all...]
lp_bld_sample.h 101 unsigned texture_index; member in struct:lp_sampler_params
489 unsigned texture_index,
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 91 tex->texture_index = 0;
anv_nir_apply_pipeline_layout.c 201 tex->texture_index = state->set[set].surface_offsets[binding];
202 lower_tex_deref(tex, tex->texture, &tex->texture_index, array_size,
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 561 instr->texture_index = prog_inst->TexSrcUnit;

Completed in 352 milliseconds

1 2