OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requestedIndex
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp
377
uint32_t
requestedIndex
= pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex;
379
requestedIndex
) { // requested index is out of bounds for this physical device
383
"Invalid queue create request in vkCreateDevice(). Invalid queueFamilyIndex %u requested.",
requestedIndex
);
385
phy_dev_data->queueFamilyProperties[
requestedIndex
]->queueCount) {
391
requestedIndex
, phy_dev_data->queueFamilyProperties[
requestedIndex
]->queueCount,
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp
377
uint32_t
requestedIndex
= pCreateInfo->pQueueCreateInfos[i].queueFamilyIndex;
379
requestedIndex
) { // requested index is out of bounds for this physical device
383
"Invalid queue create request in vkCreateDevice(). Invalid queueFamilyIndex %u requested.",
requestedIndex
);
385
phy_dev_data->queueFamilyProperties[
requestedIndex
]->queueCount) {
391
requestedIndex
, phy_dev_data->queueFamilyProperties[
requestedIndex
]->queueCount,
[
all
...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java
152
int
requestedIndex
= 0;
174
requestedIndex
= currentIndex;
178
setDisplayedTerminal(
requestedIndex
);
798
int
requestedIndex
= 0;
812
requestedIndex
= addNewTerminalView(requestedBridge);
815
if (flipIndex >
requestedIndex
) {
816
requestedIndex
= flipIndex;
820
setDisplayedTerminal(
requestedIndex
);
[
all
...]
/external/vulkan-validation-layers/layers/
core_validation.cpp
[
all
...]
Completed in 173 milliseconds