Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DUtils.cpp85 size_t coord_x = coord.x(); in transpose() local
/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
1120 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp738 const glw::GLfloat coord_x = texture_coordinates[0]; in getRightNeighbour() local
794 const glw::GLfloat coord_x = texture_coordinates[0]; in getTopNeighbour() local
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2240 LLVMValueRef coord_x, LLVMValueRef coord_y, in adjust_sample_index_using_fmask()