Searched refs:z_scale (Results 1 – 5 of 5) sorted by relevance
93 float z_scale = blit_info->src.box.depth / (float)blit_info->dst.box.depth; in util_compute_blit() local102 u_bitcast_f2u(z_scale), in util_compute_blit()
81 float z_scale; member
1462 ctx->z_scale = (float)(info->src.end.z - info->src.start.z) / in GENX()1480 ctx->z_scale = 1; in GENX()1485 ctx->src.z_offset = info->src.start.z + fabs(ctx->z_scale * 0.5f); in GENX()1487 ctx->src.z_offset = info->src.start.z - fabs(ctx->z_scale * 0.5f); in GENX()1560 src_z = (ctx->z_scale * layer) + ctx->src.z_offset; in GENX()
696 uint32_t rts_mask, bool z_scale, VkSampleCountFlagBits samples) in r3d_common() argument706 if (z_scale) in r3d_common()1456 bool z_scale) in tu_image_view_copy_blit() argument1479 .type = z_scale ? FDL_VIEW_TYPE_3D : FDL_VIEW_TYPE_2D, in tu_image_view_copy_blit()1514 bool z_scale = false; in tu6_blit_image() local1534 z_scale = true; in tu6_blit_image()1561 z_scale) { in tu6_blit_image()1563 blit_param = z_scale; in tu6_blit_image()1607 if (z_scale) { in tu6_blit_image()1616 if (z_scale) { in tu6_blit_image()
3858 uint32_t z_scale = fui(viewport->maxDepth - viewport->minDepth); in pvr_setup_viewport() local3868 ppp_state->viewports[i].m2 != z_scale) { in pvr_setup_viewport()3874 ppp_state->viewports[i].m2 = z_scale; in pvr_setup_viewport()