Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h45 set_gradient_h = FETCH_OP_SET_GRADIENTS_H,
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h527 #define FETCH_OP_SET_GRADIENTS_H 69 macro
Dr600_asm.c1461 if (ntex->op == FETCH_OP_SET_GRADIENTS_H) in r600_bytecode_add_tex()
Dr600_shader.c7949 t->op = (i == 1) ? FETCH_OP_SET_GRADIENTS_H : in tgsi_tex()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp549 unsigned ops[2] = { FETCH_OP_SET_GRADIENTS_V, FETCH_OP_SET_GRADIENTS_H }; in emit_set_grad()
Dsb_bc_parser.cpp674 case FETCH_OP_SET_GRADIENTS_H: in prepare_fetch_clause()