HomeSort by relevance Sort by last modified time
    Searched refs:dedicated (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug257.go     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 62 , dedicated (dedicated_)
71 const bool dedicated; member in struct:vkt::synchronization::__anon17954::TestConfig
92 if (config.dedicated)
174 if (!config.dedicated && (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR) != 0)
176 TCU_THROW(NotSupportedError, "Handle requires dedicated allocation, but test uses suballocated memory");
204 if (!config.dedicated && (properties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR) != 0)
206 TCU_THROW(NotSupportedError, "Handle requires dedicated allocation, but test uses suballocated memory");
396 bool dedicated,
404 if (dedicated)
532 bool dedicated,
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
fib.go 20 // Keep the fibbers in dedicated operating system
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
chain.go 24 // Keep the links in dedicated operating system
fib.go 24 // Keep the fibbers in dedicated operating system
  /prebuilts/go/linux-x86/misc/cgo/gmp/
fib.go 20 // Keep the fibbers in dedicated operating system
  /prebuilts/go/linux-x86/misc/cgo/stdio/
chain.go 24 // Keep the links in dedicated operating system
fib.go 24 // Keep the fibbers in dedicated operating system
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 25 pxor m5, m5 ; dedicated zero register
81 pxor m5, m5 ; dedicated zero register
vp9_quantize_ssse3_x86_64.asm 47 pxor m5, m5 ; m5 = dedicated zero
  /compatibility/cdd/1_introduction/
1_1_structure.md 7 dedicated to a specific device type.
  /compatibility/cdd/9_security-model/
9_1_permissions.md 29 * [C-0-3] MUST show a dedicated interface for the user to decide
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp 430 bool dedicated)
457 if (!dedicated && (properties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) != 0)
458 TCU_THROW(NotSupportedError, "External handle type requires dedicated allocation");
468 bool dedicated)
514 if (!dedicated && (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) != 0)
515 TCU_THROW(NotSupportedError, "External handle type requires dedicated allocation");
2809 bool dedicated; member in struct:vkt::api::__anon17611::MemoryTestConfig
3357 bool dedicated; member in struct:vkt::api::__anon17611::BufferTestConfig
3626 bool dedicated; member in struct:vkt::api::__anon17611::ImageTestConfig
    [all...]
  /device/google/cuttlefish_common/host/libs/ivserver/
README.md 16 of them need a dedicated shared_memory and VM <--> server UNIX Domain
  /external/libvpx/libvpx/vpx_dsp/x86/
subtract_sse2.asm 25 pxor m7, m7 ; dedicated zero register
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 74 dedicated to hardware components such as radio, video, and so on that are not
2_2_handheld-reqs.md 135 memory space provided in addition to any memory already dedicated to hardware
  /external/llvm/utils/vim/syntax/
llvm.vim 16 " benefit as much from having dedicated highlighting rules.
  /external/swiftshader/third_party/LLVM/utils/vim/
llvm.vim 16 " benefit as much from having dedicated highlighting rules.
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip_test.go 105 "this continent, a new nation, conceived in Liberty, and dedicated\n" +
108 "nation, or any nation so conceived and so dedicated, can long\n" +
121 " It is for us the living, rather, to be dedicated here to the\n" +
123 "nobly advanced. It is rather for us to be here dedicated to\n" +
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip_test.go 105 "this continent, a new nation, conceived in Liberty, and dedicated\n" +
108 "nation, or any nation so conceived and so dedicated, can long\n" +
121 " It is for us the living, rather, to be dedicated here to the\n" +
123 "nobly advanced. It is rather for us to be here dedicated to\n" +
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 314 // worker is dedicated to running that mark worker. The mark
336 "GC (dedicated)",
381 // dedicatedMarkTime is the nanoseconds spent in dedicated
401 // dedicatedMarkWorkersNeeded is the number of dedicated mark
404 // dedicated mark workers get started.
418 // each P that isn't running a dedicated worker.
421 // no dedicated workers, this will be 0.25. If there goal is
422 // 25%, there is one dedicated worker, and GOMAXPROCS is 5,
471 // dedicated workers so that the utilization is closest to
484 // Too many dedicated workers
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 314 // worker is dedicated to running that mark worker. The mark
336 "GC (dedicated)",
381 // dedicatedMarkTime is the nanoseconds spent in dedicated
401 // dedicatedMarkWorkersNeeded is the number of dedicated mark
404 // dedicated mark workers get started.
418 // each P that isn't running a dedicated worker.
421 // no dedicated workers, this will be 0.25. If there goal is
422 // 25%, there is one dedicated worker, and GOMAXPROCS is 5,
471 // dedicated workers so that the utilization is closest to
484 // Too many dedicated workers
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 625 "dedicated allocation of buffers",
626 "dedicated allocation of images"
    [all...]

Completed in 1139 milliseconds

1 2