Home
last modified time | relevance | path

Searched refs:UV (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A 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(
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
663 UserValue *UV = handleDebugValue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp260 UV = VALUE_UINT_VEC, enumerator
1366 << operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_VEC_FUNCS(addVecScalar)) in init()
1367 << operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(addVecScalar)); in init()
1374 << operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_VEC_FUNCS(addScalarVec)) in init()
1375 << operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(addScalarVec)); in init()
1388 << operInfoFunc(subName, subOp, UV, Valu in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp260 UV = VALUE_UINT_VEC, enumerator
1369 << operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_VEC_FUNCS(addVecScalar)) in init()
1370 << operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(addVecScalar)); in init()
1377 << operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_VEC_FUNCS(addScalarVec)) in init()
1378 << operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(addScalarVec)); in init()
1391 << operInfoFunc(subName, subOp, UV, Valu in init()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h53 VPValue(const unsigned char SC, Value *UV = nullptr) in VPValue()
54 : SubclassID(SC), UnderlyingVal(UV) {} in VPValue()
79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp349 UV = VALUE_UINT_VEC, enumerator
1688 << operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_LOWP_MEDIUMP, UINT_VEC_FUNCS(addVecScalar)) in init()
1689 << operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(addVecScalar)); in init()
1696 << operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_LOWP_MEDIUMP, UINT_VEC_FUNCS(addScalarVec)) in init()
1697 << operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_VEC_FUNCS(addScalarVec)); in init()
1710 << operInfoFunc(subName, subOp, UV, Valu in init()
[all...]
/third_party/skia/samplecode/
H A DSamplePatch.cpp91 SkScalar UV = (1 - u) * (1 - v); in eval_sheet() local
93 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX; in eval_sheet()
94 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY; in eval_sheet()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1772 Short4 UV; in sampleTexel() local
1773 UV = Insert(UV, Pointer<Short>(bufferU)[index[0]], 0); // TODO: Insert(UShort4, UShort) in sampleTexel()
1774 UV = Insert(UV, Pointer<Short>(bufferU)[index[1]], 1); in sampleTexel()
1775 UV = Insert(UV, Pointer<Short>(bufferU)[index[2]], 2); in sampleTexel()
1776 UV = Insert(UV, Pointer<Short>(bufferU)[index[3]], 3); in sampleTexel()
1777 U = (UV in sampleTexel()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqsv.c233 surface->Data.UV = frame->data[1]; in ff_qsv_map_frame_to_surface()
235 surface->Data.V = surface->Data.UV + 1; in ff_qsv_map_frame_to_surface()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DGlobalsModRef.cpp851 const Value *UV = GV1 ? UV2 : UV1; in alias() local
852 if (isNonEscapingGlobalNoAlias(GV, UV)) in alias()
H A DMemoryBuiltins.cpp602 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute()
603 return visitUndefValue(*UV); in compute()
/third_party/ffmpeg/libswscale/x86/
H A Dinput.asm124 ; RGB to Y/UV.
321 ; %2 = nr. of XMM registers for rgb-to-UV func
499 ; %2 = nr. of XMM registers for rgb-to-UV func
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.c237 surface->Data.UV = frame->data[1]; in map_frame_to_surface()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp395 if (const UndefValue *UV = dyn_cast<UndefValue>(this)) in getAggregateElement()
396 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr; in getAggregateElement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp286 Value *UV = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
287 if (!UV) in CleanupConstantGlobalUsers()
290 User *U = cast<User>(UV); in CleanupConstantGlobalUsers()
H A DAttributor.cpp2656 UndefValue &UV = *UndefValue::get(V.getType());
2657 bool AnyChange = A.changeValueAfterManifest(V, UV);
2723 UndefValue &UV = *UndefValue::get(U->getType()); variable
2724 if (A.changeUseAfterManifest(U, UV))
2758 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); variable
2762 AnyChange |= A.changeUseAfterManifest(RI.getOperandUse(0), UV);
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c998 surface->Data.UV = frame->data[1]; in map_frame_to_surface()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp5025 // Change the last rule added from the form "UV / WY" to "UV / WX". in TestBug13590()

Completed in 53 milliseconds