Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h789 TEX_LOGICAL_SRC_GRAD_COMPONENTS, enumerator
Dbrw_fs_visitor.cpp47 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_d(0); in emit_mcs_fetch()
Dbrw_fs.cpp719 src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].file == IMM); in components_read()
726 return src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud; in components_read()
4429 assert(inst->src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].file == IMM); in lower_sampler_logical_send()
4430 const unsigned grad_components = inst->src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud; in lower_sampler_logical_send()
Dbrw_fs_nir.cpp4698 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_d(lod_components); in nir_emit_texture()