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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_blorp.c 308 if (ice->state.current_hash_scale != scale) {
iris_context.c 79 ice->state.current_hash_scale = 0;
iris_context.h 838 unsigned current_hash_scale; member in struct:iris_context::__anon1236
iris_state.c 6609 if (ice->state.current_hash_scale != 1)
8070 ice->state.current_hash_scale = scale;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_blorp_exec.c 367 if (brw->current_hash_scale != scale) {
brw_misc_state.c 688 brw->current_hash_scale = scale;
brw_state_upload.c 619 if (pipeline == BRW_RENDER_PIPELINE && brw->current_hash_scale != 1)
brw_context.h 1243 unsigned current_hash_scale; member in struct:brw_context
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_cmd_buffer.c 2032 primary->state.current_hash_scale = 0;
5786 if (cmd_buffer->state.current_hash_scale != scale &&
5801 cmd_buffer->state.current_hash_scale = scale;
anv_private.h 3037 unsigned current_hash_scale; member in struct:anv_cmd_state

Completed in 42 milliseconds