Home
last modified time | relevance | path

Searched refs:scope (Results 851 - 875 of 875) sorted by relevance

1...<<3132333435

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp12814 , scope( scope_ ) in scope() function
12885 scope = scope_;
12907 ( DType == rhs.DType ) && ( scope == rhs.scope );
12926 VULKAN_HPP_NAMESPACE::ScopeNV scope = VULKAN_HPP_NAMESPACE::ScopeNV::eDevice; member
37543 VULKAN_HPP_NAMESPACE::PerformanceCounterScopeKHR scope = global() member
[all...]
H A Dvulkan_core.h7134 VkPerformanceCounterScopeKHR scope; member
11564 VkScopeNV scope; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7286 translate_nir_scope(nir_scope scope)
7288 switch (scope) {
7297 unreachable("invalid scope");
11974 sync_scope scope =
11981 memory_sync_info(storage_shared, semantic_acqrel, scope), scope);
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h9515 VkPerformanceCounterScopeKHR scope; member
11222 VkScopeKHR scope; member
14515 VkScopeNV scope; member
H A Dvulkan_hash.hpp2460 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.scope );
2480 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.scope );
7279 VULKAN_HPP_HASH_COMBINE( seed, performanceCounterKHR.scope );
H A Dvulkan_structs.hpp16612 , scope( scope_ ) in scope() function
16690 scope = scope_;
16723 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, ResultType, saturatingAccumulation, scope );
16737 ( saturatingAccumulation == rhs.saturatingAccumulation ) && ( scope == rhs.scope );
16758 VULKAN_HPP_NAMESPACE::ScopeKHR scope = VULKAN_HPP_NAMESPACE::ScopeKHR::eDevice; member
16792 , scope( scope_ ) in scope() function
16863 scope = scope_;
16895 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope );
16908 ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( DType == rhs.DType ) && ( scope
16928 VULKAN_HPP_NAMESPACE::ScopeNV scope = {}; global() member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h8500 VkPerformanceCounterScopeKHR scope; member
12618 VkScopeNV scope; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp2171 // Make sure we get something unique for both global name scope and block name scope.
2177 // We cannot reuse this fallback name in neither global scope (blocked by block_names) nor block name scope.
2267 // Make sure we get something unique for both global name scope and block name scope.
2273 // We cannot reuse this fallback name in neither global scope (blocked by block_names) nor block name scope.
7884 auto scope = static_cast<Scope>(evaluate_constant_u32(ops[2]));
7885 if (scope !
[all...]
H A Dspirv_msl.cpp1518 // Non-constant variables cannot have global scope in Metal.
2353 // We need to declare the variable early and at entry-point scope. in add_composite_variable_to_interface_block()
2857 // We need to declare the variable early and at entry-point scope. in add_tess_level_input_to_interface_block()
13706 auto scope = static_cast<Scope>(evaluate_constant_u32(ops[2]));
13707 if (scope != ScopeSubgroup)
13708 SPIRV_CROSS_THROW("Only subgroup scope is supported.");
14791 // Since MSL exists in a single execution scope, function prototype declarations are not
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7294 VkPerformanceCounterScopeKHR scope; member
11724 VkScopeNV scope; member
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1399 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc5303 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc2098 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc4769 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc4282 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in Abort()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc162 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc132 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc3279 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5749 VkPerformanceCounterScopeKHR scope; member
/third_party/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc9577 PerfScope scope(&cycles); in Benchmark()
9594 PerfScope scope(&cycles); in Benchmark()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc142 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp26352 print_VkPerformanceCounterScopeKHR(obj.scope, "scope", 1); in print_VkPerformanceCounterKHR()
26390 print_VkPerformanceCounterScopeKHR(obj->scope, "scope", 1); in print_VkPerformanceCounterKHR()
[all...]
H A Dvulkan_json_parser.hpp10812 parse_VkPerformanceCounterScopeKHR("scope", obj["scope"], (o.scope)); in parse_VkPerformanceCounterKHR()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc19748 ExactAssemblyScope scope(&masm, 193 * kInstructionSize);

Completed in 531 milliseconds

1...<<3132333435