/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 569 const std::string VS = in TEST_P() local 594 const std::string VS = in TEST_P() local 626 const std::string VS = in TEST_P() local 974 const std::string VS = in TEST_P() local 1037 const std::string VS = in TEST_P() local 1115 const std::string VS = in TEST_P() local 1200 const std::string VS = in TEST_P() local 1365 const std::string VS = in TEST_P() local 1404 const std::string VS = in TEST_P() local 1443 const std::string VS = in TEST_P() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.hpp | 132 struct VS struct 134 …ORM_VECTORS + 1]; // One extra for indices out of range, c[VERTEX_UNIFORM_VECTORS] = {0, 0, 0, 0} 135 byte* u[MAX_UNIFORM_BUFFER_BINDINGS]; 136 byte* t[MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; 137 …ANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; // Offset used when reading from registers, in components 138 unsigned int row[MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; // Number of rows to read 139 unsigned int col[MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS]; // Number of columns to read 140 …ORM_FEEDBACK_INTERLEAVED_COMPONENTS]; // Number of components between each varying in output buffer 141 int4 i[16]; 142 bool b[16];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInfo.h | 32 VS = 0x7, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
D | ARMBaseInfo.h | 37 VS, // Overflow Unordered enumerator
|
/third_party/node/src/ |
D | env.h | 146 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) macro 180 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) macro 800 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) macro
|
D | env-inl.h | 767 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) macro 793 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) macro
|
D | env.cc | 298 #define VS(PropertyName, StringValue) V(String, PropertyName) in Serialize() macro 335 #define VS(PropertyName, StringValue) V(String, PropertyName) in DeserializeProperties() macro
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_program.c | 91 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_program.c | 164 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 113 VS = (1<<glu::SHADERTYPE_VERTEX), enumerator
|
D | es31fShaderIntegerFunctionTests.cpp | 1113 VS = (1<<glu::SHADERTYPE_VERTEX), in init() enumerator
|
D | es31fShaderCommonFunctionTests.cpp | 2122 VS = (1<<glu::SHADERTYPE_VERTEX), in init() enumerator
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx10.cpp | 205 ID3D10VertexShader* VS; in ImGui_ImplDX10_RenderDrawData() member
|
D | imgui_impl_dx11.cpp | 211 ID3D11VertexShader* VS; in ImGui_ImplDX11_RenderDrawData() member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 242 VS = 0x6, // Overflow Unordered enumerator
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 28 namespace VS namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3698 GlobalVarSummary *VS = cast<GlobalVarSummary>(Summary); in writeModuleLevelReferences() local 4017 if (auto *VS = dyn_cast<GlobalVarSummary>(S)) { in writeCombinedGlobalValueSummary() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 1253 VS = (1<<glu::SHADERTYPE_VERTEX), in init() enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 858 const GlobalVarSummary *VS = nullptr; in tryFindVirtualCallTargets() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1946 VS = 1 << 0, /* Vertex Shader */ enumerator 1976 VS, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6003 auto VS = in parseEntireSummary() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5048 for (unsigned VS = MaxVectorSize * 2; VS <= NewMaxVectorSize; VS *= 2) in computeFeasibleMaxVF() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1974 const Value *VS = cast<SrcValueSDNode>(Node->getOperand(4))->getValue(); in expandVACopy() local
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 3329 EVALUATE(VS) { in EVALUATE() argument
|