HomeSort by relevance Sort by last modified time
    Searched defs:mocs (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_constant_state.c 35 uint32_t mocs = brw->gen < 8 ? GEN7_MOCS_L3 : 0; local
78 OUT_BATCH(active ? (stage_state->push_const_offset | mocs) : 0);
87 OUT_BATCH(active ? (stage_state->push_const_offset | mocs) : 0);
gen7_misc_state.c 43 const uint8_t mocs = GEN7_MOCS_L3; local
132 mocs);
153 OUT_BATCH((mocs << 25) |
185 mocs << 25 |
brw_misc_state.c 1090 uint8_t mocs = brw->gen == 7 ? GEN7_MOCS_L3 : 0; local
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp.h 53 } mocs; member in struct:blorp_context
blorp_genX_exec.h 247 vb[0].VertexBufferMOCS = batch->blorp->mocs.vb;
263 vb[1].VertexBufferMOCS = batch->blorp->mocs.vb;
792 const uint32_t mocs = 1; /* GEN7_MOCS_L3 */ local
794 const uint32_t mocs = 0;
835 db.DepthBufferMOCS = mocs;
857 hiz.HierarchicalDepthBufferMOCS = mocs;
878 sb.StencilBufferMOCS = batch->blorp->mocs.tex;
1061 const uint32_t mocs = local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder.h 106 uint32_t mocs; member in struct:ilo_builder
  /external/mesa3d/src/intel/isl/
isl.h 962 uint32_t mocs; member in struct:isl_surf_fill_state_info
998 uint32_t mocs; member in struct:isl_buffer_fill_state_info
    [all...]

Completed in 161 milliseconds