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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 30 * coordinates to do the math necessary and use a plain nir_texop_txf instead.
48 txf->op = nir_texop_txf;
vc4_program.c 414 if (instr->op == nir_texop_txf) {
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 71 tex->op = nir_texop_txf;
  /external/mesa3d/src/amd/vulkan/
radv_meta_bufimage.c 86 tex->op = nir_texop_txf;
289 tex->op = nir_texop_txf;
478 tex->op = nir_texop_txf;
    [all...]
radv_meta_blit2d.c 483 tex->op = nir_texop_txf;
526 tex->op = nir_texop_txf;
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 1123 nir_texop_txf, /**< Texel fetch with explicit LOD * enumerator in enum:__anon27433
    [all...]
nir_lower_tex.c 736 if ((tex->op == nir_texop_txf && options->lower_txf_offset) ||
nir_print.c 666 case nir_texop_txf:
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [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/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 222 blorp_create_nir_tex_instr(b, v, nir_texop_txf, pos, 2, dst_type);
    [all...]

Completed in 208 milliseconds