Home
last modified time | relevance | path

Searched defs:Compute (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_heritage_specification/
Dclass_heritage_specification_4.ts27 class Compute { class
Dclass_heritage_specification_1.ts25 class Compute { class
Dclass_heritage_specification_2.ts25 class Compute { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/
Dproperty_member_declarations_3.ts25 class Compute { class
Dproperty_member_declarations_1.ts25 class Compute { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPerStage.h29 enum class SingleShaderStage { Vertex, Fragment, Compute }; enumerator
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DPerStage.h28 enum class ShaderStage { Vertex, Fragment, Compute }; enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h111 struct Compute struct
113 Compute() : numWorkGroups{0u}, padding(0u) {} in Compute() argument
114 unsigned int numWorkGroups[3];
115 unsigned int padding; // This just pads the struct to 16 bytes
/third_party/typescript/tests/cases/compiler/
DcomputedTypesKeyofNoIndexSignatureType.ts1 type Compute<A> = { [K in keyof A]: Compute<A[K]>; } & {}; alias
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h127 struct Compute struct
129 Compute() : numWorkGroups{0u}, padding(0u) {} in Compute() argument
130 unsigned int numWorkGroups[3];
131 unsigned int padding; // This just pads the struct to 16 bytes
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.h25 Compute, // Unused currently enumerator
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/
Dclass_declarations_3.ts32 class Compute { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/instance_and_static_members/
Dinstance_and_static_members_2.ts51 class Compute { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_body/
Dclass_body.ts26 class Compute { class
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.h29 enum class ShaderStage { Vertex, Fragment, Compute }; enumerator
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DOpArrayLengthTests.cpp95 TEST_P(OpArrayLengthTest, Compute) { in TEST_P() argument
/third_party/googletest/googlemock/src/
Dgmock-matchers.cc129 ElementMatcherPairs Compute() { in Compute() function in testing::internal::MaxBipartiteMatchState
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc676 Compute section in Vulkan API Test Plan
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1229 struct Compute struct
1231 sw::uint3 numWorkgroups;
1232 sw::uint3 workgroupID;
1233 sw::uint3 workgroupSize;
1234 uint32_t numSubgroups;
1235 uint32_t subgroupIndex;
1236 sw::SIMD::uint3 globalInvocationId;
1237 sw::SIMD::uint3 localInvocationId;
1238 sw::SIMD::uint3 localInvocationIndex;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dregister_pressure.cpp80 void Compute() { in Compute() function in spvtools::opt::__anonb5e397b40111::ComputeRegisterLiveness
/third_party/spirv-tools/source/opt/
Dregister_pressure.cpp80 void Compute() { in Compute() function in spvtools::opt::__anon81a5e0330111::ComputeRegisterLiveness
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dregister_pressure.cpp80 void Compute() { in Compute() function in spvtools::opt::__anon644618480111::ComputeRegisterLiveness
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h363 Compute = 1, enumerator
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
Dsem.go147 Compute bool member
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json113 "Compute": "GL_COMPUTE_SHADER" string

12