Home
last modified time | relevance | path

Searched refs:ALIGN_NPOT (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c59 .width = ALIGN_NPOT(rsc->width0, align_w), in panfrost_create_kms_dumb_buffer_for_resource()
/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp327 return ALIGN_NPOT(std::max(sgprs, granule), granule); in get_sgpr_alloc()
/third_party/mesa3d/src/util/
H A Du_math.h674 ALIGN_NPOT(uintptr_t value, int32_t alignment) in ALIGN_NPOT() function
/third_party/mesa3d/src/util/perf/
H A Du_trace.c758 assert(tp->payload_sz == ALIGN_NPOT(tp->payload_sz, 8)); in u_trace_append()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1130 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 Diris_resource.c1308 mem_size = ALIGN_NPOT(mem_size, page_size); in iris_resource_from_user_memory()

Completed in 16 milliseconds