HomeSort by relevance Sort by last modified time
    Searched refs:BAD_FILE (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_surface_builder.cpp 64 if (src.file == BAD_FILE || n == 0) {
90 if (src.file == BAD_FILE || n == 0) {
119 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1);
212 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE);
315 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE);
brw_vec4_gs_nir.cpp 45 if (reg->file == BAD_FILE)
135 assert(invocation_id.file != BAD_FILE);
brw_ir_fs.h 75 case BAD_FILE:
106 case BAD_FILE:
134 case BAD_FILE:
249 if (reg.file == BAD_FILE || reg.is_null()) {
brw_vec4_visitor.cpp 59 this->size_written = (dst.file == BAD_FILE ?
323 if (devinfo->gen < 6 || devinfo->gen >= 8 || src.file == BAD_FILE)
361 math->mlen = src1.file == BAD_FILE ? 1 : 2;
925 assert(lod.file == BAD_FILE);
938 case ir_tg4: opcode = offset_value.file != BAD_FILE
977 inst->shadow_compare = shadow_comparator.file != BAD_FILE;
1006 if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BAD_FILE)) {
1018 if (shadow_comparator.file != BAD_FILE) {
    [all...]
brw_vec4.cpp 45 this->file = BAD_FILE;
86 this->file = BAD_FILE;
231 case BAD_FILE:
381 enum brw_reg_file last_reg_file = BAD_FILE;
498 if (inst->dst.file == BAD_FILE ||
919 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8)
1106 if (src[i].file == BAD_FILE || src[i].file == IMM)
    [all...]
brw_fs_nir.cpp 63 if (outputs[var->data.driver_location + i].file == BAD_FILE)
95 if (reg->file == BAD_FILE)
102 if (reg->file == BAD_FILE)
109 if (reg->file == BAD_FILE)
116 if (reg->file == BAD_FILE)
123 if (reg->file == BAD_FILE)
132 if (reg->file == BAD_FILE) {
144 if (reg->file == BAD_FILE)
151 if (reg->file == BAD_FILE)
159 if (reg->file == BAD_FILE)
    [all...]
brw_fs.cpp 81 case BAD_FILE:
415 this->file = BAD_FILE;
673 if (src[i].file == BAD_FILE)
836 case BAD_FILE:
    [all...]
brw_fs_visitor.cpp 473 if (this->outputs[target].file == BAD_FILE)
488 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE);
562 if (outputs[clip_vertex].file == BAD_FILE)
681 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
735 this->outputs[varying].file == BAD_FILE) {
767 * the last slot or if we need to flush (see BAD_FILE varying case
    [all...]
brw_fs_surface_builder.cpp 104 const unsigned n = (src0.file != BAD_FILE) + (src1.file != BAD_FILE);
155 const unsigned n = (src0.file != BAD_FILE) + (src1.file != BAD_FILE);
    [all...]
brw_vec4_cse.cpp 172 entry->tmp = src_reg(); /* file will be BAD_FILE */
180 bool no_existing_temp = entry->tmp.file == BAD_FILE;
brw_vec4_tes.cpp 206 if (indirect_offset.file != BAD_FILE) {
brw_ir_vec4.h 69 case BAD_FILE:
brw_vec4_nir.cpp 62 if (reg->file == BAD_FILE)
68 if (reg->file == BAD_FILE)
74 if (reg->file == BAD_FILE)
80 if (reg->file == BAD_FILE)
86 if (reg->file == BAD_FILE)
784 assert(val.file != BAD_FILE);
    [all...]
brw_fs_cse.cpp 283 bool no_existing_temp = entry->tmp.file == BAD_FILE;
brw_vec4_builder.h 612 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2);
brw_vec4_copy_propagation.cpp 93 * regions, otherwise return a BAD_FILE register.
117 if (value.file == BAD_FILE) {
brw_vec4_tcs.cpp 193 if (inst->offset == 0 && indirect_offset.file == BAD_FILE) {
brw_fs_generator.cpp 48 case BAD_FILE:
109 case BAD_FILE:
    [all...]
brw_defines.h     [all...]

Completed in 101 milliseconds