Home
last modified time | relevance | path

Searched refs:per_thread_size (Results 1 – 24 of 24) sorted by relevance

/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_program.c429 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
431 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
434 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
444 per_thread_size * max_ids, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1366 unsigned per_thread_size);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/i965/
H A Dbrw_program.c428 unsigned per_thread_size) in brw_alloc_stage_scratch() argument
430 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
433 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
529 per_thread_size * thread_count, BRW_MEMZONE_SCRATCH); in brw_alloc_stage_scratch()
H A Dbrw_context.h1371 unsigned per_thread_size);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_gsupport.cpp2037 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME() local
2045 (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
2056 uintptr_t offset = (address - reduce_data) % per_thread_size; in KMP_EXPAND_NAME()
2057 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_gsupport.cpp2009 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME() local
2017 (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
2028 uintptr_t offset = (address - reduce_data) % per_thread_size; in KMP_EXPAND_NAME()
2029 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_gsupport.cpp2009 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME() local
2017 (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
2028 uintptr_t offset = (address - reduce_data) % per_thread_size; in KMP_EXPAND_NAME()
2029 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_gsupport.cpp2009 uintptr_t per_thread_size = gomp_data[1];
2017 (void *)(reduce_data + tid * per_thread_size + offset);
2028 uintptr_t offset = (address - reduce_data) % per_thread_size;
2029 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset);