Searched refs:ALIGN_NPOT (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/panfrost/drm/ |
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/mesa/drivers/dri/i965/ |
D | brw_upload.c | 79 offset = ALIGN_NPOT(upload->next_offset, alignment); in brw_upload_space()
|
D | brw_mipmap_tree.c | 1330 height = ALIGN_NPOT(height, j) / j; in brw_miptree_copy_slice() 1331 width = ALIGN_NPOT(width, i) / i; in brw_miptree_copy_slice()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_draw.c | 285 count = ALIGN_NPOT(max_count, ctx->patch_vertices); in fd6_draw_vbo() 288 count = ALIGN_NPOT(count, ctx->patch_vertices); in fd6_draw_vbo()
|
/third_party/mesa3d/src/util/ |
D | u_math.h | 659 ALIGN_NPOT(uintptr_t value, int32_t alignment) in ALIGN_NPOT() function
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.c | 559 assert(tp->payload_sz == ALIGN_NPOT(tp->payload_sz, 8)); in u_trace_append()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 309 return ALIGN_NPOT(std::max(sgprs, granule), granule); in get_sgpr_alloc()
|