Home
last modified time | relevance | path

Searched refs:ALIGN_NPOT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
Dpanfrost_drm_winsys.c59 .width = ALIGN_NPOT(rsc->width0, align_w), in panfrost_create_kms_dumb_buffer_for_resource()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_upload.c79 offset = ALIGN_NPOT(upload->next_offset, alignment); in brw_upload_space()
Dbrw_mipmap_tree.c1330 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/
Dfd6_draw.c285 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/
Du_math.h659 ALIGN_NPOT(uintptr_t value, int32_t alignment) in ALIGN_NPOT() function
/third_party/mesa3d/src/util/perf/
Du_trace.c559 assert(tp->payload_sz == ALIGN_NPOT(tp->payload_sz, 8)); in u_trace_append()
/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp309 return ALIGN_NPOT(std::max(sgprs, granule), granule); in get_sgpr_alloc()