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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_analyze_boolean_resolves.c 32 * will have the booleans portion of the instr->pass_flags field set to
48 uint8_t resolve_status = src_instr->pass_flags & BRW_NIR_BOOLEAN_MASK;
71 uint8_t resolve_status = src_instr->pass_flags & BRW_NIR_BOOLEAN_MASK;
77 src_instr->pass_flags &= ~BRW_NIR_BOOLEAN_MASK;
78 src_instr->pass_flags |= BRW_NIR_BOOLEAN_NEEDS_RESOLVE;
194 instr->pass_flags = (instr->pass_flags & ~BRW_NIR_BOOLEAN_MASK) |
227 instr->pass_flags &= ~BRW_NIR_BOOLEAN_MASK;
229 instr->pass_flags |= BRW_NIR_BOOLEAN_NO_RESOLVE;
231 instr->pass_flags |= BRW_NIR_NON_BOOLEAN
    [all...]
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_gcm.c 51 /* Flags used in the instr->pass_flags field for various instruction states */
104 * This function also serves to initialize the instr->pass_flags field.
105 * After this is completed, all instructions' pass_flags fields will be set
122 instr->pass_flags = GCM_INSTR_PINNED;
126 instr->pass_flags = 0;
137 instr->pass_flags = GCM_INSTR_PINNED;
141 instr->pass_flags = 0;
147 instr->pass_flags = 0;
156 instr->pass_flags = 0;
158 instr->pass_flags = GCM_INSTR_PINNED
    [all...]
nir_opt_dce.c 42 instr->pass_flags = 1;
59 if (src->is_ssa && !src->ssa->parent_instr->pass_flags) {
73 /* We use the pass_flags to store the live/dead information. In DCE, we
77 instr->pass_flags = 0;
124 !following_if->condition.ssa->parent_instr->pass_flags)
152 if (!instr->pass_flags) {
nir.h 404 uint8_t pass_flags; member in struct:nir_instr
    [all...]

Completed in 514 milliseconds