Searched refs:vert (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_shaders_metal.metal | 54 fragment float4 SDL_Copy_fragment(CopyVertexOutput vert [[stage_in]], 59 return tex.sample(s, vert.texcoord) * col; 70 fragment float4 SDL_YUV_fragment(CopyVertexOutput vert [[stage_in]], 78 yuv.x = texY.sample(s, vert.texcoord).r; 79 yuv.y = texUV.sample(s, vert.texcoord, 0).r; 80 yuv.z = texUV.sample(s, vert.texcoord, 1).r; 87 fragment float4 SDL_NV12_fragment(CopyVertexOutput vert [[stage_in]], 95 yuv.x = texY.sample(s, vert.texcoord).r; 96 yuv.yz = texUV.sample(s, vert.texcoord).rg; 111 yuv.x = texY.sample(s, vert.texcoord).r; [all …]
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 650 TT_SBit_LineMetricsRec vert; member 713 TT_SBit_LineMetricsRec vert; member
|
Completed in 24 milliseconds