Home
last modified time | relevance | path

Searched refs:deviceIndex (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m165 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/
Dvk_synchronization2.c358 .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/
Dcl2.hpp2814 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])();
Dcl.hpp2527 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/
DvktApiObjectManagementTests.cpp526 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/
Dvn_protocol_driver_queue.h803 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/
DInitialize.cpp5673 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/
Dcmdbuffers.txt1577 * 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/
DvkStructTypes.inl3130 uint32_t deviceIndex; member
DvkVulkan_c.inl9303 deUint32 deviceIndex; member
DvkStrUtilImpl.inl8729 s << "\tdeviceIndex = " << value.deviceIndex << '\n';
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7991 uint32_t deviceIndex; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h8341 uint32_t deviceIndex; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h8349 uint32_t deviceIndex; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h8181 uint32_t deviceIndex; member
Dvulkan_structs.hpp68886 , 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/
Dvulkan_core.h6800 uint32_t deviceIndex; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp94378 , 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
Dvulkan_core.h6885 uint32_t deviceIndex; member
Dvulkan_hash.hpp12742 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSubmitInfo.deviceIndex ); in operator ()()