Home
last modified time | relevance | path

Searched refs:UV (Results 1 – 25 of 118) sorted by relevance

12345

/external/clang/test/Analysis/
Dauto-obj-dtors-cfg-output.cpp30 extern const bool UV;
132 if (UV) return; in test_return()
194 if (UV) goto l0; in test_goto()
195 if (UV) goto l1; in test_goto()
322 if (UV) return; in test_if_jumps()
326 if (UV) return; in test_if_jumps()
460 if (UV) break; in test_while_jumps()
461 if (UV) continue; in test_while_jumps()
462 if (UV) return; in test_while_jumps()
489 while (UV); in test_do_implicit_scope()
[all …]
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h247 #define UV(_u_, _v_) (_u_), (_v_) macro
322 {XYZ1(-1, -1, -1), UV(1.f, 0.f)}, // lft-top-front
323 {XYZ1(-1, 1, 1), UV(0.f, 1.f)}, // lft-btm-back
324 {XYZ1(-1, -1, 1), UV(0.f, 0.f)}, // lft-top-back
325 {XYZ1(-1, 1, 1), UV(0.f, 1.f)}, // lft-btm-back
326 {XYZ1(-1, -1, -1), UV(1.f, 0.f)}, // lft-top-front
327 {XYZ1(-1, 1, -1), UV(1.f, 1.f)}, // lft-btm-front
329 {XYZ1(-1, -1, -1), UV(0.f, 0.f)}, // lft-top-front
330 {XYZ1(1, -1, -1), UV(1.f, 0.f)}, // rgt-top-front
331 {XYZ1(1, 1, -1), UV(1.f, 1.f)}, // rgt-btm-front
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.debuginfo.hlsl.tese46 [[vk::location(1)]] float2 UV : TEXCOORD0;
59 [[vk::location(1)]] float2 UV : TEXCOORD0;
69 // Interpolate UV coordinates
71 float2 uv1 = lerp(patch[0].UV, patch[1].UV, TessCoord.x);
72 float2 uv2 = lerp(patch[3].UV, patch[2].UV, TessCoord.x);
73 output.UV = lerp(uv1, uv2, TessCoord.y);
84 …pos.y -= displacementMapTexture.SampleLevel(displacementMapSampler, output.UV, 0.0).r * ubo.displa…
Dvk.relaxed.changeSet.frag8 in vec2 UV;
12 fragColor = Color * texture(sTexture, UV.st).r;
Dvk.relaxed.changeSet.vert9 out vec2 UV;
14 UV = aUV;
Dspv.debuginfo.hlsl.tesc46 [[vk::location(1)]] float2 UV : TEXCOORD0;
53 [[vk::location(1)]] float2 UV : TEXCOORD0;
115 if (!frustumCheck(patch[0].Pos, patch[0].UV))
162 output.UV = patch[InvocationID].UV;
Dspv.debuginfo.hlsl.vert30 [[vk::location(2)]] float2 UV : TEXCOORD0;
56 [[vk::location(2)]] float3 UV : TEXCOORD0;
65 output.UV = float3(input.UV, input.instanceTexIndex);
/external/deqp-deps/glslang/Test/
Dspv.debuginfo.hlsl.tese46 [[vk::location(1)]] float2 UV : TEXCOORD0;
59 [[vk::location(1)]] float2 UV : TEXCOORD0;
69 // Interpolate UV coordinates
71 float2 uv1 = lerp(patch[0].UV, patch[1].UV, TessCoord.x);
72 float2 uv2 = lerp(patch[3].UV, patch[2].UV, TessCoord.x);
73 output.UV = lerp(uv1, uv2, TessCoord.y);
84 …pos.y -= displacementMapTexture.SampleLevel(displacementMapSampler, output.UV, 0.0).r * ubo.displa…
Dvk.relaxed.changeSet.frag8 in vec2 UV;
12 fragColor = Color * texture(sTexture, UV.st).r;
Dvk.relaxed.changeSet.vert9 out vec2 UV;
14 UV = aUV;
Dspv.debuginfo.hlsl.tesc46 [[vk::location(1)]] float2 UV : TEXCOORD0;
53 [[vk::location(1)]] float2 UV : TEXCOORD0;
115 if (!frustumCheck(patch[0].Pos, patch[0].UV))
162 output.UV = patch[InvocationID].UV;
Dspv.debuginfo.hlsl.vert30 [[vk::location(2)]] float2 UV : TEXCOORD0;
56 [[vk::location(2)]] float3 UV : TEXCOORD0;
65 output.UV = float3(input.UV, input.instanceTexIndex);
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dvk.relaxed.changeSet.vert.out11 0:14 'UV' ( smooth out highp 2-component vector of float)
35 0:? 'UV' ( smooth out highp 2-component vector of float)
55 0:12 'UV' ( smooth in highp 2-component vector of float)
67 0:? 'UV' ( smooth in highp 2-component vector of float)
85 0:14 'UV' ( smooth out highp 2-component vector of float)
109 0:? 'UV' ( smooth out highp 2-component vector of float)
127 0:12 'UV' ( smooth in highp 2-component vector of float)
139 0:? 'UV' ( smooth in highp 2-component vector of float)
153 Name 15 "UV"
169 Decorate 15(UV) Location 1
[all …]
Dspv.debuginfo.hlsl.tese.out30 56: String "UV"
69 MemberName 47(HSOutput) 2 "UV"
73 MemberName 63(DSOutput) 2 "UV"
112 Name 398 "patch.UV"
118 Name 446 "@entryPointOutput.UV"
152 Decorate 398(patch.UV) Location 1
155 Decorate 446(@entryPointOutput.UV) Location 1
334 398(patch.UV): 397(ptr) Variable Input
341 446(@entryPointOutput.UV): 445(ptr) Variable Output
393 400: 399(ptr) AccessChain 398(patch.UV) 123
[all …]
Dspv.debuginfo.hlsl.vert.out26 36: String "UV"
55 MemberName 27(VSInput) 2 "UV"
65 MemberName 58(VSOutput) 3 "UV"
93 Name 451 "input.UV"
104 Name 486 "@entryPointOutput.UV"
122 Decorate 451(input.UV) Location 2
131 Decorate 486(@entryPointOutput.UV) Location 2
292 451(input.UV): 450(ptr) Variable Input
305 486(@entryPointOutput.UV): 479(ptr) Variable Output
321 452: 20(fvec2) Load 451(input.UV)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dvk.relaxed.changeSet.vert.out11 0:14 'UV' ( smooth out highp 2-component vector of float)
35 0:? 'UV' ( smooth out highp 2-component vector of float)
55 0:12 'UV' ( smooth in highp 2-component vector of float)
67 0:? 'UV' ( smooth in highp 2-component vector of float)
85 0:14 'UV' ( smooth out highp 2-component vector of float)
109 0:? 'UV' ( smooth out highp 2-component vector of float)
127 0:12 'UV' ( smooth in highp 2-component vector of float)
139 0:? 'UV' ( smooth in highp 2-component vector of float)
153 Name 15 "UV"
169 Decorate 15(UV) Location 1
[all …]
Dspv.debuginfo.hlsl.tese.out30 56: String "UV"
69 MemberName 47(HSOutput) 2 "UV"
73 MemberName 63(DSOutput) 2 "UV"
112 Name 398 "patch.UV"
118 Name 446 "@entryPointOutput.UV"
152 Decorate 398(patch.UV) Location 1
155 Decorate 446(@entryPointOutput.UV) Location 1
334 398(patch.UV): 397(ptr) Variable Input
341 446(@entryPointOutput.UV): 445(ptr) Variable Output
393 400: 399(ptr) AccessChain 398(patch.UV) 123
[all …]
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp465 UserValue *UV = Leader->getLeader(); in getUserValue() local
466 Leader = UV; in getUserValue()
467 for (; UV; UV = UV->getNext()) in getUserValue()
468 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue()
469 return UV; in getUserValue()
474 UserValue *UV = userValues.back().get(); in getUserValue() local
475 Leader = UserValue::merge(Leader, UV); in getUserValue()
476 return UV; in getUserValue()
486 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
487 return UV->getLeader(); in lookupVirtReg()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp260 UV = VALUE_UINT_VEC, enumerator
1369 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init()
1370 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init()
1377 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e… in init()
1378 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e… in init()
1391 …<< operInfoFunc(subName, subOp, UV, Value(UV, 1e2f, 2e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init()
1392 …<< operInfoFunc(subName, subOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init()
1399 …<< operInfoFunc(subName, subOp, UV, Value(U, 1e2f, 2e2f), Value(UV, 0.0f, 1e2f), notUsed, 5… in init()
1400 …<< operInfoFunc(subName, subOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2… in init()
1413 …<< operInfoFunc(mulName, mulOp, UV, Value(UV, 0.0f, 16.0f), Value(U, 0.0f, 16.0f), notUsed, … in init()
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DG_M_A_P_.py29 self.UV = uv
38 writer.simpletag("UV", value=self.UV)
59 if self.UV is None:
60 self.UV = 0
68 …return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) +…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp589 UserValue *UV = Leader->getLeader(); in getUserValue() local
590 Leader = UV; in getUserValue()
591 for (; UV; UV = UV->getNext()) in getUserValue()
592 if (UV->match(Var, Expr, DL->getInlinedAt())) in getUserValue()
593 return UV; in getUserValue()
598 UserValue *UV = userValues.back().get(); in getUserValue() local
599 Leader = UserValue::merge(Leader, UV); in getUserValue()
600 return UV; in getUserValue()
610 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
611 return UV->getLeader(); in lookupVirtReg()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp349 UV = VALUE_UINT_VEC, enumerator
1688 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e…
1689 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e…
1696 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e…
1697 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e…
1710 …<< operInfoFunc(subName, subOp, UV, Value(UV, 1e2f, 2e2f), Value(U, 0.0f, 1e2f), notUsed, 5e…
1711 …<< operInfoFunc(subName, subOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e…
1718 …<< operInfoFunc(subName, subOp, UV, Value(U, 1e2f, 2e2f), Value(UV, 0.0f, 1e2f), notUsed, 5…
1719 …<< operInfoFunc(subName, subOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2…
1732 …<< operInfoFunc(mulName, mulOp, UV, Value(UV, 0.0f, 16.0f), Value(U, 0.0f, 16.0f), notUsed, …
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h53 VPValue(const unsigned char SC, Value *UV = nullptr)
54 : SubclassID(SC), UnderlyingVal(UV) {} in SubclassID()
79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.frag8 vec2 UV;
13 fColor = In.Color * texture(sTexture, In.UV.st);
Doverlay.vert17 vec2 UV;
23 Out.UV = aUV;

12345