Searched refs:coord_y (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/docs/drivers/freedreno/ |
D | ir3-notes.rst | 209 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/ |
D | esextcTextureCubeMapArraySampling.cpp | 739 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/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 1102 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/llvm/ |
D | ac_nir_to_llvm.c | 2240 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()
|