Home
last modified time | relevance | path

Searched refs:Coords (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dtexture-cube-array.ios.emulate-cube-array.frag21 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/
Dtexture-cube-array.ios.emulate-cube-array.frag21 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js5 c: Coords;
7 export interface Coords {
65 3 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 3 c: Coords;
277 c: Coords;
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js5 c: Coords;
7 export interface Coords {
65 3 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js5 c: Coords;
7 export interface Coords {
65 3 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js5 c: Coords;
7 export interface Coords {
65 3 c: Coords;
164 Change:: Rename property x2 to x of interface Coords
170 c: Coords;
172 export interface Coords {
189 3 c: Coords;
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js5 c: Coords;
7 export interface Coords {
65 3 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/
Dfile-not-exporting-a-deep-multilevel-import-that-changes.js5 c: Coords;
7 export interface Coords {
65 3 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/
Ddng_resample.h93 const int32 * Coords (int32 index) const in Coords() function
100 return Coords (index) [0] >> kResampleSubsampleBits; in Pixel()
Ddng_resample.cpp714 const int32 *rowCoords = fRowCoords.Coords (0 ); in ProcessArea()
715 const int32 *colCoords = fColCoords.Coords (dstArea.l); in ProcessArea()
/third_party/glslang/Test/
DspecExamples.vert8 } Coords; // shader will use �Coords.Position�
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryMiscTests.cpp473 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/
DvktRayQueryMiscTests.cpp473 Coords, enumerator
949 …const std::vector<Vec3> coords = createSurface(Points::Coords, m_params.model.first, m_pa… in iterate()
/third_party/glslang/Test/baseResults/
DspecExamples.vert.out280 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 …
DspecExamplesConf.vert.out281 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/
DOES_shader_io_blocks.txt417 } Coords; // shader will use "Coords.Position"
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shader_io_blocks.txt408 } Coords; // shader will use "Coords.Position"
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_shader_io_blocks.txt407 } Coords; // shader will use "Coords.Position"
/third_party/openGLES/extensions/EXT/
DEXT_shader_io_blocks.txt408 } Coords; // shader will use "Coords.Position"