Searched refs:coord_y (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A 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...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A 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()
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 553 SANE_Int coord_y; member
|
H A D | hp3900_rts8822.c | 2634 mtrpos.coord_y = 0x4e20; in Head_ParkHome() 2667 SANE_Int data, v12dcf8, coord_y, step_type; in Motor_Move() local 2709 coord_y = (mtrpos->coord_y * step_type) & 0xffff; in Motor_Move() 2710 if (coord_y < 2) in Motor_Move() 2711 coord_y = 2; in Motor_Move() 2786 coord_y -= (v12dcf8 + crv->step_count); in Motor_Move() 2852 RTS_Setup_Coords (cpRegs, 100, coord_y - 1, 800, 1); in Motor_Move() 11300 mtrpos.coord_y = ypos; in Head_Relocate()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 2450 LLVMValueRef coord_x, LLVMValueRef coord_y, in adjust_sample_index_using_fmask() 2458 LLVMValueRef addr[4] = {coord_x, coord_y, coord_z}; in adjust_sample_index_using_fmask() 2449 adjust_sample_index_using_fmask(struct ac_llvm_context *ctx, LLVMValueRef coord_x, LLVMValueRef coord_y, LLVMValueRef coord_z, LLVMValueRef sample_index, LLVMValueRef fmask_desc_ptr) adjust_sample_index_using_fmask() argument
|
Completed in 41 milliseconds