HomeSort by: relevance | last modified time | path
    Searched refs:valid_flags (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_cp.c 88 static bool valid_flags(struct ir3_instruction *instr, unsigned n, function
91 unsigned valid_flags; local
118 valid_flags = IR3_REG_IMMED | IR3_REG_CONST | IR3_REG_RELATIV;
119 if (flags & ~valid_flags)
123 valid_flags = ir3_cat2_absneg(instr->opc) |
127 valid_flags |= IR3_REG_IMMED;
129 if (flags & ~valid_flags)
151 valid_flags = ir3_cat3_absneg(instr->opc) |
154 if (flags & ~valid_flags)
184 valid_flags = IR3_REG_IMMED
    [all...]
ir3.c 86 uint32_t repeat, uint32_t valid_flags)
90 if (reg->flags & ~valid_flags) {
92 reg->flags, valid_flags);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_cp_postsched.c 109 valid_flags(struct ir3_instruction *use, struct ir3_instruction *mov) function
159 if (!valid_flags(use, mov))
ir3.c 789 unsigned valid_flags; local
845 valid_flags = IR3_REG_SHARED;
848 valid_flags =
851 if (flags & ~valid_flags)
855 valid_flags = ir3_cat2_absneg(instr->opc) | IR3_REG_CONST |
858 if (flags & ~valid_flags)
877 valid_flags =
881 valid_flags |= IR3_REG_IMMED;
884 valid_flags |= IR3_REG_CONST;
886 valid_flags |= IR3_REG_CONST
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
memory.cpp 39 const cl_mem_flags valid_flags = local
42 if ((d_flags & ~valid_flags) ||
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
memory.cpp 43 const cl_mem_flags valid_flags = local
48 if ((d_flags & ~valid_flags) ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
bufferobj.c 1901 GLbitfield valid_flags = GL_MAP_READ_BIT | local
1909 valid_flags |= GL_SPARSE_STORAGE_BIT_ARB;
1911 if (flags & ~valid_flags) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
bufferobj.c 1764 GLbitfield valid_flags = GL_MAP_READ_BIT | local
1772 valid_flags |= GL_SPARSE_STORAGE_BIT_ARB;
1774 if (flags & ~valid_flags) {

Completed in 52 milliseconds