Home
last modified time | relevance | path

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

/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst208 coord_x;
212 fanin -> coord_x [label="regs[1]"];
214 coord_x -> coord_y [label="right",style=dotted];
215 coord_y -> coord_x [label="left",style=dotted];
216 coord_x [label="coord.x"];
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp738 const glw::GLfloat coord_x = texture_coordinates[0]; in getRightNeighbour() local
745 x = coord_x; in getRightNeighbour()
750 x = coord_x; in getRightNeighbour()
755 x = coord_x + step; in getRightNeighbour()
760 x = coord_x - step; in getRightNeighbour()
765 x = coord_x + step; in getRightNeighbour()
770 x = coord_x - step; in getRightNeighbour()
794 const glw::GLfloat coord_x = texture_coordinates[0]; in getTopNeighbour() local
801 x = coord_x; in getTopNeighbour()
806 x = coord_x; in getTopNeighbour()
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1101 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates() local
1106 setCoordinatesData(coord_x, coord_y, coord_z, i); in prepareVertexBufferInfoForCoordinates()
1120 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates() local
1123 setCoordinatesData(coord_x, coord_y, i); in prepareVertexBufferInfoForCoordinates()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2240 LLVMValueRef coord_x, LLVMValueRef coord_y, in adjust_sample_index_using_fmask() argument
2245 LLVMValueRef addr[4] = {coord_x, coord_y, coord_z}; in adjust_sample_index_using_fmask()