/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/ |
D | texture-cube-array.ios.emulate-cube-array.frag | 21 float3 Coords = abs(P.xyz); 26 if (Coords.x >= Coords.y && Coords.x >= Coords.z) 29 ProjectionAxis = Coords.x; 33 else if (Coords.y >= Coords.x && Coords.y >= Coords.z) 36 ProjectionAxis = Coords.y; 43 ProjectionAxis = Coords.z;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | texture-cube-array.ios.emulate-cube-array.frag | 21 float3 Coords = abs(P.xyz); 26 if (Coords.x >= Coords.y && Coords.x >= Coords.z) 29 ProjectionAxis = Coords.x; 33 else if (Coords.y >= Coords.x && Coords.y >= Coords.z) 36 ProjectionAxis = Coords.y; 43 ProjectionAxis = Coords.z;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 5 c: Coords; 7 export interface Coords { 65 [7m3[0m c: Coords; 131 c: Coords; 133 export interface Coords { 194 Change:: Rename property x2 to x of interface Coords 200 c: Coords; 202 export interface Coords { 219 [7m3[0m c: Coords; 277 c: Coords; [all …]
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 5 c: Coords; 7 export interface Coords { 65 [7m3[0m c: Coords; 131 c: Coords; 133 export interface Coords { 194 Change:: Rename property x2 to x of interface Coords 200 c: Coords; 202 export interface Coords { 263 c: Coords; 265 export interface Coords {
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 5 c: Coords; 7 export interface Coords { 65 [7m3[0m c: Coords; 131 c: Coords; 133 export interface Coords { 194 Change:: Rename property x2 to x of interface Coords 200 c: Coords; 202 export interface Coords { 263 c: Coords; 265 export interface Coords {
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 5 c: Coords; 7 export interface Coords { 65 [7m3[0m c: Coords; 164 Change:: Rename property x2 to x of interface Coords 170 c: Coords; 172 export interface Coords { 189 [7m3[0m c: Coords;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 5 c: Coords; 7 export interface Coords { 65 [7m3[0m c: Coords; 164 Change:: Rename property x2 to x of interface Coords 170 c: Coords; 172 export interface Coords {
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/ |
D | file-not-exporting-a-deep-multilevel-import-that-changes.js | 5 c: Coords; 7 export interface Coords { 65 [7m3[0m c: Coords; 164 Change:: Rename property x2 to x of interface Coords 170 c: Coords; 172 export interface Coords {
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_resample.h | 93 const int32 * Coords (int32 index) const in Coords() function 100 return Coords (index) [0] >> kResampleSubsampleBits; in Pixel()
|
D | dng_resample.cpp | 714 const int32 *rowCoords = fRowCoords.Coords (0 ); in ProcessArea() 715 const int32 *colCoords = fColCoords.Coords (dstArea.l); in ProcessArea()
|
/third_party/glslang/Test/ |
D | specExamples.vert | 8 } Coords; // shader will use �Coords.Position�
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryMiscTests.cpp | 473 Coords, enumerator 949 …const std::vector<Vec3> coords = createSurface(Points::Coords, m_params.model.first, m_pa… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryMiscTests.cpp | 473 Coords, enumerator 949 …const std::vector<Vec3> coords = createSurface(Points::Coords, m_params.model.first, m_pa… in iterate()
|
/third_party/glslang/Test/baseResults/ |
D | specExamples.vert.out | 280 0:? 'Coords' ( out block{ out 4-component vector of float Position, out 2-component vector of … 563 0:? 'Coords' ( out block{ out 4-component vector of float Position, out 2-component vector of …
|
D | specExamplesConf.vert.out | 281 0:? 'Coords' ( out block{ out 4-component vector of float Position, out 2-component vector of … 564 0:? 'Coords' ( out block{ out 4-component vector of float Position, out 2-component vector of …
|
/third_party/openGLES/extensions/OES/ |
D | OES_shader_io_blocks.txt | 417 } Coords; // shader will use "Coords.Position"
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_io_blocks.txt | 408 } Coords; // shader will use "Coords.Position"
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_shader_io_blocks.txt | 407 } Coords; // shader will use "Coords.Position"
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_io_blocks.txt | 408 } Coords; // shader will use "Coords.Position"
|