Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 25 of 71) sorted by relevance

123

/third_party/rust/crates/num-traits/src/
Dlib.rs581 fn compute<T: Num + Copy>(x: T, y: T) -> T { in check_num_ops() function
589 fn compute<T: NumRef>(x: T, y: &T) -> T { in check_numref_ops() function
597 fn compute<T: Copy>(x: &T, y: T) -> T in check_refnum_ops() function
608 fn compute<T>(x: &T, y: &T) -> T in check_refref_ops() function
619 fn compute<T: NumAssign + Copy>(mut x: T, y: T) -> T { in check_numassign_ops() function
633 fn compute<T: NumAssignRef + Copy>(mut x: T, y: &T) -> T { in check_numassignref_ops() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.hpp32 namespace compute namespace
DvktComputeWorkgroupMemoryExplicitLayoutTests.hpp32 namespace compute namespace
DvktComputeCooperativeMatrixTests.hpp32 namespace compute namespace
DvktComputeShaderBuiltinVarTests.hpp31 namespace compute namespace
DvktComputeTests.hpp31 namespace compute namespace
DvktComputeBasicComputeShaderTests.hpp31 namespace compute namespace
DvktComputeIndirectComputeDispatchTests.hpp31 namespace compute namespace
DvktComputeTests.cpp35 namespace compute namespace
DvktComputeTestsUtil.hpp37 namespace compute namespace
DvktComputeTestsUtil.cpp32 namespace compute namespace
/third_party/typescript/tests/cases/conformance/dynamicImport/
DimportCallExpressionInCJS2.ts10 async function compute(promise: Promise<any>) { function
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DGpuMemorySynchronizationTests.cpp97 wgpu::ComputePipeline compute; in TEST_P() local
163 wgpu::ComputePipeline compute; in TEST_P() local
195 wgpu::ComputePipeline compute; in TEST_P() local
303 wgpu::ComputePipeline compute; in TEST_P() local
339 wgpu::ComputePipeline compute; in TEST_P() local
378 wgpu::ComputePipeline compute; in TEST_P() local
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionInCJS2.js10 async function compute(promise: Promise<any>) { function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSha1.cpp39 Sha1 Sha1::compute (size_t size, const void* data) in compute() function in de::Sha1
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_cmd_signature.h30 uint8_t compute:1; member
Dd3d12_root_signature.cpp229 fill_key(struct d3d12_context *ctx, struct d3d12_root_signature_key *key, bool compute) in fill_key()
256 d3d12_get_root_signature(struct d3d12_context *ctx, bool compute) in d3d12_get_root_signature()
Dd3d12_root_signature.h30 bool compute; member
/third_party/vk-gl-cts/framework/opengl/
DgluContextInfo.hpp42 CachedValue (ComputeValue compute = ComputeValue(), const T& defaultValue = T()) in CachedValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp90 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
/third_party/ffmpeg/libswscale/arm/
Dyuv2rgb_neon.S50 .macro compute dst ofmt macro
/third_party/skia/src/core/
DSkM44.cpp56 auto compute = [&](sk4f r) { in setConcat() local
77 auto compute = [&](float r0, float r1, float r3) { in preConcat() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dgl_raii.h220 #define ANGLE_GL_COMPUTE_PROGRAM(name, compute) \ argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp366 tcu::TestCaseGroup* createSpivVersionCheckTests (tcu::TestContext& testCtx, const bool compute) in createSpivVersionCheckTests()
/third_party/python/Tools/ccbench/
Dccbench.py123 def compute(s): function

123