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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 60 case nir_tex_src_coord:
123 txf->src[0].src_type = nir_tex_src_coord;
vc4_program.c 380 assert(instr->src[0].src_type == nir_tex_src_coord);
421 case nir_tex_src_coord:
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_bitmap.c 98 tex->src[0].src_type = nir_tex_src_coord;
nir_normalize_cubemap_coords.c 52 if (tex->src[i].src_type != nir_tex_src_coord)
nir_lower_drawpixels.c 137 tex->src[0].src_type = nir_tex_src_coord;
165 tex->src[0].src_type = nir_tex_src_coord;
179 tex->src[0].src_type = nir_tex_src_coord;
nir_lower_tex.c 57 case nir_tex_src_coord:
70 if (tex->is_array && tex->src[i].src_type == nir_tex_src_coord) {
111 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord);
189 if (tex->src[i].src_type != nir_tex_src_coord)
213 plane_tex->src[0].src_type = nir_tex_src_coord;
423 tex->src[nir_tex_instr_src_index(tex, nir_tex_src_coord)].src.ssa;
563 if (tex->src[i].src_type != nir_tex_src_coord)
nir.h 1097 nir_tex_src_coord, enumerator in enum:__anon27431
    [all...]
nir_print.c 704 case nir_tex_src_coord:
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 94 tex->src[0].src_type = nir_tex_src_coord;
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 92 tex->src[0].src_type = nir_tex_src_coord;
113 tex_all_same->src[0].src_type = nir_tex_src_coord;
134 tex_add->src[0].src_type = nir_tex_src_coord;
radv_meta_blit.c 98 tex->src[0].src_type = nir_tex_src_coord;
152 tex->src[0].src_type = nir_tex_src_coord;
206 tex->src[0].src_type = nir_tex_src_coord;
    [all...]
radv_meta_bufimage.c 87 tex->src[0].src_type = nir_tex_src_coord;
290 tex->src[0].src_type = nir_tex_src_coord;
479 tex->src[0].src_type = nir_tex_src_coord;
    [all...]
radv_meta_blit2d.c 484 tex->src[0].src_type = nir_tex_src_coord;
527 tex->src[0].src_type = nir_tex_src_coord;
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 610 instr->src[src_number].src_type = nir_tex_src_coord;
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 191 tex->src[0].src_type = nir_tex_src_coord;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 552 milliseconds