Home
last modified time | relevance | path

Searched refs:dim3 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h67 typedef struct uint3 dim3; typedef
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp10975 for (int dim3 = 0; dim3 < 4; ++dim3)
10977 int textureUnit = (dim1 * 3 + dim2) * 4 + dim3;
10979 glBindTexture(GL_TEXTURE_2D, textures[dim1][dim2][dim3]);
10986 uniformName << "smplr[" << dim1 << "][" << dim2 << "][" << dim3 << "]";
11152 for (int dim3 = 0; dim3 < 4; ++dim3)
11154 int textureUnit = (dim1 * 3 + dim2) * 4 + dim3;
[all...]

Completed in 12 milliseconds