Home
last modified time | relevance | path

Searched refs:r51 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/etc1/
Detc1.cpp390 int r51 = convert8To5(pColors[0]); in etc_encodeBaseColors() local
397 r1 = convert5To8(r51); in etc_encodeBaseColors()
401 int dr = r52 - r51; in etc_encodeBaseColors()
408 r2 = convert5To8(r51 + dr); in etc_encodeBaseColors()
411 pCompressed->high |= (r51 << 27) | ((7 & dr) << 24) | (g51 << 19) in etc_encodeBaseColors()
/third_party/glslang/Test/baseResults/
Dremap.hlsl.templatetypes.none.frag.out39 Name 126 "r51"
206 126(r51): 108(ptr) Variable Function
234 Store 126(r51) 125
Dhlsl.templatetypes.frag.out176 0:32 'r51' ( temp 4X4 matrix of float)
432 0:32 'r51' ( temp 4X4 matrix of float)
546 Name 125 "r51"
700 125(r51): 107(ptr) Variable Function
728 Store 125(r51) 124
Dhlsl.intrinsics.promote.frag.out353 0:52 'r51' ( temp float)
799 0:52 'r51' ( temp float)
943 Name 266 "r51"
1064 266(r51): 12(ptr) Variable Function
1290 Store 266(r51) 273
/third_party/glslang/Test/
Dremap.hlsl.templatetypes.everything.frag32 float4x4 r51 = matrix(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
Dremap.hlsl.templatetypes.none.frag32 float4x4 r51 = matrix(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
Dhlsl.templatetypes.frag32 float4x4 r51 = matrix(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
Dhlsl.samplecmp.offset.dx10.frag58 // float r51 = g_tTexcdf4 . SampleCmp(g_sSamp, float3(0.1, 0.2, 0.3), 0.75, int3(2,3,4));
Dhlsl.samplecmplevelzero.offset.dx10.frag58 // float r51 = g_tTexcdf4 . SampleCmpLevelZero(g_sSamp, float3(0.1, 0.2, 0.3), 0.75, int2(2,3));
Dhlsl.intrinsics.promote.frag52 float r51 = g_tTexbfs.Load(fpos);
/third_party/skia/tests/sksl/runtime/
DArrayIndexing.skvm91 51 r51 = index
121 81 trace_var r30 $28 = r51 (F32)
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp1365 int32 r51 = p5 [1 * cs]; in FixSingleColumn() local
1427 Abs_int32 (r35 - r51) + in FixSingleColumn()