Lines Matching defs:opcode
1076 ir_expression_operation opcode,
1080 ir_expression_operation opcode,
1205 ir_function_signature *_texture(ir_texture_opcode opcode,
1211 ir_function_signature *_textureCubeArrayShadow(ir_texture_opcode opcode,
5758 ir_expression_operation opcode,
5764 body.emit(ret(expr(opcode, x)));
5784 ir_expression_operation opcode,
5795 body.emit(ret(expr(opcode, y, x)));
5797 body.emit(ret(expr(opcode, x, y)));
7128 builtin_builder::_texture(ir_texture_opcode opcode,
7142 ir_texture *tex = new(mem_ctx) ir_texture(opcode, flags & TEX_SPARSE);
7161 if (opcode == ir_tg4) {
7176 if (opcode == ir_txl) {
7180 } else if (opcode == ir_txd) {
7219 if (opcode == ir_tg4) {
7234 if (opcode == ir_txb) {
7252 builtin_builder::_textureCubeArrayShadow(ir_texture_opcode opcode,
7267 ir_texture *tex = new(mem_ctx) ir_texture(opcode, sparse);
7273 if (opcode == ir_txl) {
7291 if (opcode == ir_txb) {