Searched refs:raw_type (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp338 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), local in function:__anon2ddb267b0210::lower_src_region
340 const unsigned n = type_sz(tmp.type) / type_sz(raw_type);
346 ibld.MOV(subscript(tmp, raw_type, j), subscript(raw_src, raw_type, j));
386 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), local in function:__anon2ddb267b0210::lower_dst_region
388 const unsigned n = type_sz(tmp.type) / type_sz(raw_type);
398 ibld.MOV(subscript(tmp, raw_type, j),
399 subscript(inst->dst, raw_type, j));
403 ibld.at(block, inst->next).MOV(subscript(inst->dst, raw_type, j),
404 subscript(tmp, raw_type,
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp382 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), local in function:__anon94c3f22e0210::lower_src_region
384 const unsigned n = type_sz(tmp.type) / type_sz(raw_type);
390 ibld.MOV(subscript(tmp, raw_type, j), subscript(raw_src, raw_type, j));
431 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), local in function:__anon94c3f22e0210::lower_dst_region
433 const unsigned n = type_sz(tmp.type) / type_sz(raw_type);
443 ibld.MOV(subscript(tmp, raw_type, j),
444 subscript(inst->dst, raw_type, j));
448 ibld.at(block, inst->next).MOV(subscript(inst->dst, raw_type, j),
449 subscript(tmp, raw_type,
471 const brw_reg_type raw_type = brw_int_type(type_sz(inst->dst.type), false); local in function:__anon94c3f22e0210::lower_exec_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1095 SpvId raw_type = bit_size == 1 ? spirv_builder_type_bool(&ctx->builder) : local in function:get_alu_src_raw
1100 return spirv_builder_emit_composite_extract(&ctx->builder, raw_type,
1105 raw_type,
1118 raw_type,

Completed in 9 milliseconds