Home
last modified time | relevance | path

Searched refs:coord_y (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
Dir3-notes.rst209 coord_y;
213 fanin -> coord_y [label="regs[2]"];
214 coord_x -> coord_y [label="right",style=dotted];
215 coord_y -> coord_x [label="left",style=dotted];
217 coord_y [label="coord.y"];
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp739 const glw::GLfloat coord_y = texture_coordinates[1]; in getRightNeighbour() local
746 y = coord_y - step; in getRightNeighbour()
751 y = coord_y + step; in getRightNeighbour()
756 y = coord_y; in getRightNeighbour()
761 y = coord_y; in getRightNeighbour()
766 y = coord_y; in getRightNeighbour()
771 y = coord_y; in getRightNeighbour()
795 const glw::GLfloat coord_y = texture_coordinates[1]; in getTopNeighbour() local
802 y = coord_y; in getTopNeighbour()
807 y = coord_y; in getTopNeighbour()
[all …]
/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
1106 setCoordinatesData(coord_x, coord_y, coord_z, i); in prepareVertexBufferInfoForCoordinates()
1121 const glw::GLfloat coord_y = ((float)(rand() % y_modulus)) / coordinate_denominator + y_offset; in prepareVertexBufferInfoForCoordinates() local
1123 setCoordinatesData(coord_x, coord_y, i); in prepareVertexBufferInfoForCoordinates()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3466 LLVMValueRef coord_x, LLVMValueRef coord_y, in adjust_sample_index_using_fmask() argument
3475 fmask_load_address[1] = coord_y; in adjust_sample_index_using_fmask()