Home
last modified time | relevance | path

Searched defs:coord_y (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1102 const glw::GLfloat coord_y = ((float)(rand() % y_modulus)) / coordinate_denominator + y_offset; in prepareVertexBufferInfoForCoordinates() local
1121 const glw::GLfloat coord_y = ((float)(rand() % y_modulus)) / coordinate_denominator + y_offset; in prepareVertexBufferInfoForCoordinates() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp739 const glw::GLfloat coord_y = texture_coordinates[1]; in getRightNeighbour() local
795 const glw::GLfloat coord_y = texture_coordinates[1]; in getTopNeighbour() local
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3466 LLVMValueRef coord_x, LLVMValueRef coord_y, in adjust_sample_index_using_fmask()