Searched defs:z_scale (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector3d_f.cc | 47 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale() 81 float z_scale) { in ScaleVector3d()
|
H A D | point3_f.h | 30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() 109 float z_scale) { in ScalePoint()
|
H A D | box_f.h | 42 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() 122 float z_scale) { in ScaleBox()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_meta_blit_resolve.c | 79 float z_off, z_scale; member 229 nir_def *z_scale = nir_channel(b, z_xform, 1); in build_blit_shader() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_compute.c | 141 float z_scale = blit_info->src.box.depth / (float)blit_info->dst.box.depth; in util_compute_blit() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.h | 94 float z_scale; member
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.cc | 825 uint32_t rts_mask, bool z_scale, VkSampleCountFlagBits samples) in r3d_common() 2117 bool z_scale) in tu_image_view_copy_blit() 2181 bool z_scale = false; in tu6_blit_image() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 5530 uint32_t z_scale = fui(viewport->maxDepth - viewport->minDepth); in pvr_setup_viewport() local
|