/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfvideosrc.m | 165 gint deviceIndex; field 207 @property int deviceIndex; property 296 @synthesize deviceIndex, deviceName, position, orientation, deviceType, doStats, 311 deviceIndex = DEFAULT_DEVICE_INDEX; 345 if (deviceIndex == DEFAULT_DEVICE_INDEX) { 363 } else { // deviceIndex takes priority over position and deviceType 365 if (deviceIndex >= [devices count]) { 370 device = [devices objectAtIndex:deviceIndex]; 583 if (deviceIndex == DEFAULT_DEVICE_INDEX) 585 if (deviceIndex >= [screens count]) { [all …]
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_synchronization2.c | 358 .deviceIndex = group_info ? group_info->pWaitSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit() 374 .deviceIndex = group_info ? group_info->pSignalSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
|
/third_party/mesa3d/include/CL/ |
D | cl2.hpp | 2814 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() local 2815 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Context() 6480 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { 6481 deviceIDs[deviceIndex] = (devices[deviceIndex])(); 6518 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { 6519 deviceIDs[deviceIndex] = (devices[deviceIndex])(); 6591 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { 6592 deviceIDs[deviceIndex] = (devices[deviceIndex])();
|
D | cl.hpp | 2527 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() 2528 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Context() 5170 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Program() 5171 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Program() 5208 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Program() 5209 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Program() 5274 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in build() 5275 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in build()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 526 deUint32 deviceIndex; member 530 : deviceIndex (deviceIndex_) in Parameters() 551 if (physicalDevices.size() <= (size_t)params.deviceIndex) in Resources() 554 physicalDevice = physicalDevices[params.deviceIndex]; in Resources() 623 deUint32 deviceIndex; member 628 , deviceIndex (deviceIndex_) in Parameters() 663 …ies> queueProps = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevices[params.deviceIndex]); in Resources() 724 …nEnabled(), env.vkp, env.instance, res.vki, res.physicalDevices[params.deviceIndex], &deviceGroupC… in create()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_queue.h | 803 size += vn_sizeof_uint32_t(&val->deviceIndex); in vn_sizeof_VkSemaphoreSubmitInfo_self() 833 vn_encode_uint32_t(enc, &val->deviceIndex); in vn_encode_VkSemaphoreSubmitInfo_self()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 5673 const char *deviceIndex = in initialize() local 5677 stageBuiltins[EShLangRayGen].append(deviceIndex); in initialize() 5678 stageBuiltins[EShLangIntersect].append(deviceIndex); in initialize() 5679 stageBuiltins[EShLangAnyHit].append(deviceIndex); in initialize() 5680 stageBuiltins[EShLangClosestHit].append(deviceIndex); in initialize() 5681 stageBuiltins[EShLangMiss].append(deviceIndex); in initialize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | cmdbuffers.txt | 1577 * pname:deviceIndex is the index of the device within a device group that 1589 group, pname:deviceIndex must: be `0` 1593 group, pname:deviceIndex must: be a valid device index
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 3130 uint32_t deviceIndex; member
|
D | vkVulkan_c.inl | 9303 deUint32 deviceIndex; member
|
D | vkStrUtilImpl.inl | 8729 s << "\tdeviceIndex = " << value.deviceIndex << '\n';
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7991 uint32_t deviceIndex; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 8341 uint32_t deviceIndex; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 8349 uint32_t deviceIndex; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 8181 uint32_t deviceIndex; member
|
D | vulkan_structs.hpp | 68886 , deviceIndex( deviceIndex_ ) 68931 deviceIndex = deviceIndex_; in setDeviceIndex() 68952 … ( value == rhs.value ) && ( stageMask == rhs.stageMask ) && ( deviceIndex == rhs.deviceIndex ); in operator ==() 68967 uint32_t deviceIndex = {}; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 6800 uint32_t deviceIndex; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 94378 , deviceIndex( deviceIndex_ ) 94424 deviceIndex = deviceIndex_; in setDeviceIndex() 94452 return std::tie( sType, pNext, semaphore, value, stageMask, deviceIndex ); in reflect() 94465 ( deviceIndex == rhs.deviceIndex ); in operator ==() 94481 uint32_t deviceIndex = {}; member
|
D | vulkan_core.h | 6885 uint32_t deviceIndex; member
|
D | vulkan_hash.hpp | 12742 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSubmitInfo.deviceIndex ); in operator ()()
|