Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c38 static const struct lp_build_tgsi_action tex_action; variable
1536 build_tex_intrinsic(&tex_action, bld_base, &txf_emit_data); in tex_fetch_args()
1937 static const struct lp_build_tgsi_action tex_action = { variable
1952 bld_base->op_actions[TGSI_OPCODE_TEX] = tex_action; in si_shader_context_init_mem()
1953 bld_base->op_actions[TGSI_OPCODE_TEX_LZ] = tex_action; in si_shader_context_init_mem()
1954 bld_base->op_actions[TGSI_OPCODE_TEX2] = tex_action; in si_shader_context_init_mem()
1955 bld_base->op_actions[TGSI_OPCODE_TXB] = tex_action; in si_shader_context_init_mem()
1956 bld_base->op_actions[TGSI_OPCODE_TXB2] = tex_action; in si_shader_context_init_mem()
1957 bld_base->op_actions[TGSI_OPCODE_TXD] = tex_action; in si_shader_context_init_mem()
1958 bld_base->op_actions[TGSI_OPCODE_TXF] = tex_action; in si_shader_context_init_mem()
[all …]