Home
last modified time | relevance | path

Searched refs:y_range (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c28 y_range(nir_builder *b, in y_range() function
123 y_range(b, nir_channel(b, raw_channels, 1), bpcs[1], range), in nir_convert_ycbcr_to_rgb()
/third_party/iowow/src/kv/benchmark/
Drunbench.py131 p.y_range.start = 0
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1074 float y_range; in prepareVertexBufferInfoForCoordinates() local
1078 y_range = m_max_coordinate_value - m_min_coordinate_value; in prepareVertexBufferInfoForCoordinates()
1084 y_range *= coordinate_denominator; in prepareVertexBufferInfoForCoordinates()
1087 y_modulus = (int)y_range; in prepareVertexBufferInfoForCoordinates()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1381 float x_range, y_range; in nv50_blit_3d() local
1410 y_range = (float)info->src.box.height / (float)info->dst.box.height; in nv50_blit_3d()
1413 y0 = (float)info->src.box.y - y_range * (float)info->dst.box.y; in nv50_blit_3d()
1416 y1 = y0 + 16384.0f * y_range; in nv50_blit_3d()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1210 float x_range, y_range; in nvc0_blit_3d() local
1230 y_range = (float)info->src.box.height / (float)info->dst.box.height; in nvc0_blit_3d()
1233 y0 = (float)info->src.box.y - y_range * (float)info->dst.box.y; in nvc0_blit_3d()
1236 y1 = y0 + 32768.0f * y_range; in nvc0_blit_3d()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1323 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForFace() local
1326 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForFace()
1432 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForGatherForFace() local
1435 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForGatherForFace()