/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 12814 , 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 D | vulkan_core.h | 7134 VkPerformanceCounterScopeKHR scope; member 11564 VkScopeNV scope; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 7286 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 D | vulkan_core.h | 9515 VkPerformanceCounterScopeKHR scope; member 11222 VkScopeKHR scope; member 14515 VkScopeNV scope; member
|
H A D | vulkan_hash.hpp | 2460 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 D | vulkan_structs.hpp | 16612 , 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 D | vulkan_core.h | 8500 VkPerformanceCounterScopeKHR scope; member 12618 VkScopeNV scope; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 2171 // 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 D | spirv_msl.cpp | 1518 // 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 D | vulkan_core.h | 7294 VkPerformanceCounterScopeKHR scope; member 11724 VkScopeNV scope; member
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1399 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 5303 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 2098 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 4769 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 4282 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in Abort()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 162 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 132 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-in-it-block-t32.cc | 3279 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5749 VkPerformanceCounterScopeKHR scope; member
|
/third_party/vixl/benchmarks/aarch32/ |
H A D | asm-disasm-speed-test.cc | 9577 PerfScope scope(&cycles); in Benchmark() 9594 PerfScope scope(&cycles); in Benchmark()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 142 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 26352 print_VkPerformanceCounterScopeKHR(obj.scope, "scope", 1); in print_VkPerformanceCounterKHR() 26390 print_VkPerformanceCounterScopeKHR(obj->scope, "scope", 1); in print_VkPerformanceCounterKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10812 parse_VkPerformanceCounterScopeKHR("scope", obj["scope"], (o.scope)); in parse_VkPerformanceCounterKHR()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 19748 ExactAssemblyScope scope(&masm, 193 * kInstructionSize);
|