HomeSort by relevance Sort by last modified time
    Searched refs:sampler_dim (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 123 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_RECT);
161 txs->sampler_dim = tex->sampler_dim;
199 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
217 plane_tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
317 txl->sampler_dim = tex->sampler_dim;
358 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE);
506 assert(tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE);
513 switch (tex->sampler_dim) {
    [all...]
nir_lower_bitmap.c 93 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
nir_normalize_cubemap_coords.c 46 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE)
nir_lower_drawpixels.c 132 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
160 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
175 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
nir_instr_set.c 154 hash = HASH(hash, instr->sampler_dim);
309 tex1->sampler_dim != tex2->sampler_dim ||
nir_clone.c 406 ntex->sampler_dim = tex->sampler_dim;
nir.h 1139 enum glsl_sampler_dim sampler_dim; member in struct:__anon27434
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 90 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
111 tex_all_same->sampler_dim = GLSL_SAMPLER_DIM_MS;
132 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS;
radv_meta_blit.c 96 tex->sampler_dim = tex_dim;
150 tex->sampler_dim = tex_dim;
204 tex->sampler_dim = tex_dim;
    [all...]
radv_meta_bufimage.c 85 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
288 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
477 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
    [all...]
radv_meta_blit2d.c 482 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
525 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 566 instr->sampler_dim = GLSL_SAMPLER_DIM_1D;
569 instr->sampler_dim = GLSL_SAMPLER_DIM_2D;
572 instr->sampler_dim = GLSL_SAMPLER_DIM_3D;
575 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE;
578 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
585 switch (instr->sampler_dim) {
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 208 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
224 tex->sampler_dim = GLSL_SAMPLER_DIM_3D;
241 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
268 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 1447 const enum glsl_sampler_dim sampler_dim = glsl_get_sampler_dim(image_type); local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 423 if (instr->sampler_dim == GLSL_SAMPLER_DIM_1D)
427 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE)
474 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
481 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE || is_txl) {
487 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp     [all...]

Completed in 587 milliseconds