Home
last modified time | relevance | path

Searched refs:uv_in (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.test.vert.out15 Name 11 "uv_in"
20 Decorate 11(uv_in) Location 5
31 11(uv_in): 10(ptr) Variable Input
42 12: 7(fvec2) Load 11(uv_in)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.test.vert.out15 Name 11 "uv_in"
20 Decorate 11(uv_in) Location 5
31 11(uv_in): 10(ptr) Variable Input
42 12: 7(fvec2) Load 11(uv_in)
/external/deqp-deps/glslang/Test/
Dspv.test.vert6 in vec2 uv_in;
12 uv = uv_in;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.test.vert6 in vec2 uv_in;
12 uv = uv_in;
/external/webp/src/enc/
Dquant_enc.c60 const uint8_t* const uv_in = it->yuv_in_ + U_OFF_ENC; in PrintBlockInfo() local
75 for (i = 0; i < 8; ++i) printf("%3d ", uv_in[i + j * BPS]); in PrintBlockInfo()
77 for (i = 8; i < 16; ++i) printf("%3d ", uv_in[i + j * BPS]); in PrintBlockInfo()
84 printf("%1d ", abs(uv_out[i + j * BPS] - uv_in[i + j * BPS])); in PrintBlockInfo()
88 printf("%1d ", abs(uv_out[i + j * BPS] - uv_in[i + j * BPS])); in PrintBlockInfo()