Home
last modified time | relevance | path

Searched refs:tex_fetch_args (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c617 static void tex_fetch_args( in tex_fetch_args() function
659 tex_fetch_args(bld_base, emit_data); in txf_fetch_args()
1077 bld_base->op_actions[TGSI_OPCODE_DDX].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
1079 bld_base->op_actions[TGSI_OPCODE_DDY].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
1102 bld_base->op_actions[TGSI_OPCODE_TXQ].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
1164 bld_base->op_actions[TGSI_OPCODE_TEX].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
1166 bld_base->op_actions[TGSI_OPCODE_TXB].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
1170 bld_base->op_actions[TGSI_OPCODE_TXL].fetch_args = tex_fetch_args; in radeon_llvm_context_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c588 static void tex_fetch_args( in tex_fetch_args() function
653 .fetch_args = tex_fetch_args,