Searched refs:BAD_FILE (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp64 if (src.file == BAD_FILE || n == 0) {
101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1);
194 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE);
H A Dbrw_vec4_visitor.cpp60 this->size_written = (dst.file == BAD_FILE ?
324 if (devinfo->gen < 6 || devinfo->gen >= 8 || src.file == BAD_FILE)
362 math->mlen = src1.file == BAD_FILE ? 1 : 2;
936 case ir_tg4: opcode = offset_value.file != BAD_FILE
975 inst->shadow_compare = shadow_comparator.file != BAD_FILE;
1004 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) {
1016 if (shadow_comparator.file != BAD_FILE) {
1062 if (dest_type->vector_elements == 3 || shadow_comparator.file != BAD_FILE) {
1069 if (shadow_comparator.file != BAD_FILE) {
[all...]
H A Dbrw_ir_fs.h76 case BAD_FILE:
107 case BAD_FILE:
135 case BAD_FILE:
250 if (reg.file == BAD_FILE || reg.is_null()) {
471 if (inst->src[i].file != BAD_FILE &&
H A Dbrw_fs_visitor.cpp514 (sample_mask.file == BAD_FILE || devinfo->gen == 6));
521 sample_mask.file != BAD_FILE && this->outputs[0].file != BAD_FILE)
526 if (this->outputs[target].file == BAD_FILE)
541 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE &&
542 this->outputs[0].file != BAD_FILE);
624 if (outputs[clip_vertex].file == BAD_FILE)
715 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
770 this->outputs[varying].file == BAD_FILE) {
802 * the last slot or if we need to flush (see BAD_FILE varyin
[all...]
H A Dbrw_vec4.cpp46 this->file = BAD_FILE;
88 this->file = BAD_FILE;
228 case BAD_FILE:
266 if (src[i].file != BAD_FILE &&
407 enum brw_reg_file last_reg_file = BAD_FILE;
524 if (inst->dst.file == BAD_FILE ||
1007 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8)
1207 if (src[i].file == BAD_FILE)
1666 case BAD_FILE:
1694 if (inst->src[0].file != BAD_FILE)
[all...]
H A Dbrw_fs.cpp80 case BAD_FILE:
475 this->file = BAD_FILE;
749 if (src[i].file == BAD_FILE)
940 return src[0].file == BAD_FILE ? 0 : 2 * REG_SIZE;
1001 case BAD_FILE:
1124 return inst->src[0].file == BAD_FILE ? 0 : 2;
1474 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE)
2048 * allocation. If they're unused, switch them to BAD_FILE so we don't
2056 delta_xy[i].file = BAD_FILE;
2877 if (fb_write->src[i].file != BAD_FILE)
[all...]
H A Dbrw_fs_nir.cpp138 if (reg->file == BAD_FILE) {
150 if (reg->file == BAD_FILE)
157 if (reg->file == BAD_FILE)
165 if (reg->file == BAD_FILE)
172 if (reg->file == BAD_FILE)
179 if (reg->file == BAD_FILE) {
2130 if (per_slot_offset.file != BAD_FILE) {
2149 if (channel_mask.file != BAD_FILE)
2151 if (per_slot_offset.file != BAD_FILE)
2158 if (per_slot_offset.file != BAD_FILE)
[all...]
H A Dbrw_ir_vec4.h69 case BAD_FILE:
444 if (inst->src[i].file != BAD_FILE) {
H A Dbrw_vec4_tes.cpp187 if (indirect_offset.file != BAD_FILE) {
H A Dbrw_vec4_cse.cpp199 entry->tmp = src_reg(); /* file will be BAD_FILE */
207 bool no_existing_temp = entry->tmp.file == BAD_FILE;
H A Dbrw_eu_defines.h374 * src[0] may be BAD_FILE. If so, the lowering pass skips emitting the MOV,
919 BAD_FILE, enumerator in enum:brw_reg_file
H A Dbrw_fs_cse.cpp287 bool no_existing_temp = entry->tmp.file == BAD_FILE;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp64 if (src.file == BAD_FILE || n == 0) {
101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1);
192 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE);
H A Dbrw_vec4_visitor.cpp60 this->size_written = (dst.file == BAD_FILE ?
311 if (devinfo->ver < 6 || src.file == BAD_FILE)
349 math->mlen = src1.file == BAD_FILE ? 1 : 2;
851 case ir_tg4: opcode = offset_value.file != BAD_FILE
889 inst->shadow_compare = shadow_comparator.file != BAD_FILE;
918 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) {
930 if (shadow_comparator.file != BAD_FILE) {
967 if (dest_components == 3 || shadow_comparator.file != BAD_FILE) {
974 if (shadow_comparator.file != BAD_FILE) {
[all...]
H A Dbrw_vec4.cpp45 this->file = BAD_FILE;
87 this->file = BAD_FILE;
227 case BAD_FILE:
265 if (src[i].file != BAD_FILE &&
405 enum brw_reg_file last_reg_file = BAD_FILE;
522 if (inst->dst.file == BAD_FILE ||
1012 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8)
1191 if (src[i].file == BAD_FILE)
1652 case BAD_FILE:
1680 if (inst->src[0].file != BAD_FILE)
[all...]
H A Dbrw_ir_fs.h76 case BAD_FILE:
107 case BAD_FILE:
135 case BAD_FILE:
250 if (reg.file == BAD_FILE || reg.is_null()) {
479 if (inst->src[i].file != BAD_FILE &&
H A Dbrw_fs.cpp81 case BAD_FILE:
509 this->file = BAD_FILE;
553 case BAD_FILE:
745 if (src[i].file == BAD_FILE)
971 return src[0].file == BAD_FILE ? 0 : 2 * REG_SIZE;
1032 case BAD_FILE:
1183 return src[0].file == BAD_FILE ? 0 : 2;
1544 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE)
2317 * allocation. If they're unused, switch them to BAD_FILE so we don't
2325 delta_xy[i].file = BAD_FILE;
[all...]
H A Dbrw_fs_visitor.cpp691 (sample_mask.file == BAD_FILE || devinfo->ver == 6));
695 if (this->outputs[target].file == BAD_FILE)
710 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE &&
711 this->outputs[0].file != BAD_FILE);
820 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
875 this->outputs[varying].file == BAD_FILE) {
917 * the last slot or if we need to flush (see BAD_FILE varying case
H A Dbrw_ir_vec4.h69 case BAD_FILE:
446 if (inst->src[i].file != BAD_FILE) {
H A Dbrw_fs_nir.cpp163 if (reg->file == BAD_FILE) {
175 if (reg->file == BAD_FILE)
182 if (reg->file == BAD_FILE)
190 if (reg->file == BAD_FILE)
198 if (reg->file == BAD_FILE)
205 if (reg->file == BAD_FILE) {
259 if (reg->file == BAD_FILE)
2311 if (per_slot_offset.file != BAD_FILE) {
2330 if (channel_mask.file != BAD_FILE)
2332 if (per_slot_offset.file != BAD_FILE)
[all...]
H A Dbrw_vec4_tes.cpp166 if (indirect_offset.file != BAD_FILE) {
H A Dbrw_ir_performance.cpp1373 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
1422 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
1490 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
1527 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
H A Dbrw_vec4_cse.cpp199 entry->tmp = src_reg(); /* file will be BAD_FILE */
207 bool no_existing_temp = entry->tmp.file == BAD_FILE;
H A Dbrw_fs_scoreboard.cpp83 if (inst->src[i].file != BAD_FILE &&
1007 if (is_valid(wr_dep) && inst->dst.file != BAD_FILE &&
1131 if (inst->dst.file != BAD_FILE && !inst->dst.is_null() &&
H A Dbrw_fs_generator.cpp48 case BAD_FILE:
161 case BAD_FILE:
1757 const bool has_payload = inst->src[0].file != BAD_FILE;
2241 if (inst->src[0].file != BAD_FILE) {
2371 assert(inst->src[0].file == BAD_FILE);
2521 assert(inst->dst.file == BAD_FILE);

Completed in 48 milliseconds

12