Home
last modified time | relevance | path

Searched refs:TEX_LOGICAL_SRC_GRAD_COMPONENTS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h916 TEX_LOGICAL_SRC_GRAD_COMPONENTS, enumerator
Dbrw_fs_visitor.cpp49 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_d(0); in emit_mcs_fetch()
Dbrw_fs_nir.cpp3351 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_ud(0); in emit_non_coherent_fb_read()
4369 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_d(0); in nir_emit_intrinsic()
6182 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_d(lod_components); in nir_emit_texture()
Dbrw_fs.cpp787 src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].file == IMM); in components_read()
794 return src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud; in components_read()
5578 assert(inst->src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].file == IMM); in lower_sampler_logical_send()
5579 const unsigned grad_components = inst->src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud; in lower_sampler_logical_send()