Searched refs:ALIGN_NPOT (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/panfrost/drm/ |
H A D | panfrost_drm_winsys.c | 59 .width = ALIGN_NPOT(rsc->width0, align_w), in panfrost_create_kms_dumb_buffer_for_resource()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_live_var_analysis.cpp | 327 return ALIGN_NPOT(std::max(sgprs, granule), granule); in get_sgpr_alloc()
|
/third_party/mesa3d/src/util/ |
H A D | u_math.h | 674 ALIGN_NPOT(uintptr_t value, int32_t alignment) in ALIGN_NPOT() function
|
/third_party/mesa3d/src/util/perf/ |
H A D | u_trace.c | 758 assert(tp->payload_sz == ALIGN_NPOT(tp->payload_sz, 8)); in u_trace_append()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1130 uint32_t row_pitch = ALIGN_NPOT(max_w * blksize, fill_step); in dzn_cmd_buffer_clear_rects_with_copy() 1166 .RowPitch = (UINT)ALIGN_NPOT(max_w * blksize, fill_step), in dzn_cmd_buffer_clear_rects_with_copy() 1269 uint32_t row_pitch = ALIGN_NPOT(w * blksize, fill_step); in dzn_cmd_buffer_clear_ranges_with_copy() 1344 ALIGN_NPOT(w * blksize, fill_step); in dzn_cmd_buffer_clear_ranges_with_copy()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 1308 mem_size = ALIGN_NPOT(mem_size, page_size); in iris_resource_from_user_memory()
|
Completed in 15 milliseconds