Searched refs:pImmutableSamplers (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/common/
H A Ddescriptor_sets.cpp45 // In cases where we should ignore pImmutableSamplers make sure it's NULL
46 if ((p_create_info->pBindings[i].pImmutableSamplers) &&
49 bindings_.back().pImmutableSamplers = nullptr;
151 return bindings_[bi_itr->second].pImmutableSamplers;
158 return bindings_[index].pImmutableSamplers;
216 auto immut_samp = bindings_[bi_itr->second].pImmutableSamplers ? true : false;
219 (immut_samp != (bindings_[next_bi_itr->second].pImmutableSamplers ? true : false))) {
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Ddescriptor_sets.cpp45 // In cases where we should ignore pImmutableSamplers make sure it's NULL
46 if ((p_create_info->pBindings[i].pImmutableSamplers) &&
49 bindings_.back().pImmutableSamplers = nullptr;
151 return bindings_[bi_itr->second].pImmutableSamplers;
158 return bindings_[index].pImmutableSamplers;
216 auto immut_samp = bindings_[bi_itr->second].pImmutableSamplers ? true : false;
219 (immut_samp != (bindings_[next_bi_itr->second].pImmutableSamplers ? true : false))) {
H A Dvk_safe_struct.cpp2626 pImmutableSamplers(NULL)
2628 if (descriptorCount && pInStruct->pImmutableSamplers) {
2629 pImmutableSamplers = new VkSampler[descriptorCount];
2631 pImmutableSamplers[i] = pInStruct->pImmutableSamplers[i];
2644 pImmutableSamplers = NULL;
2645 if (descriptorCount && src.pImmutableSamplers) {
2646 pImmutableSamplers = new VkSampler[descriptorCount];
2648 pImmutableSamplers[i] = src.pImmutableSamplers[
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Ddescriptor_sets.cpp45 // In cases where we should ignore pImmutableSamplers make sure it's NULL
46 if ((p_create_info->pBindings[i].pImmutableSamplers) &&
49 bindings_.back().pImmutableSamplers = nullptr;
151 return bindings_[bi_itr->second].pImmutableSamplers;
158 return bindings_[index].pImmutableSamplers;
216 auto immut_samp = bindings_[bi_itr->second].pImmutableSamplers ? true : false;
219 (immut_samp != (bindings_[next_bi_itr->second].pImmutableSamplers ? true : false))) {
H A Dparameter_validation.cpp3080 // is not 0 and pImmutableSamplers is not NULL, pImmutableSamplers must be a pointer to an array of descriptorCount
3084 (pCreateInfo->pBindings[i].pImmutableSamplers != nullptr)) {
3087 if (pCreateInfo->pBindings[i].pImmutableSamplers[descriptor_index] == VK_NULL_HANDLE) {
3091 "pCreateInfo->pBindings[%d].pImmutableSamplers[%d]"
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
H A Ddescriptor_sets.cpp45 // In cases where we should ignore pImmutableSamplers make sure it's NULL
46 if ((p_create_info->pBindings[i].pImmutableSamplers) &&
49 bindings_.back().pImmutableSamplers = nullptr;
151 return bindings_[bi_itr->second].pImmutableSamplers;
158 return bindings_[index].pImmutableSamplers;
216 auto immut_samp = bindings_[bi_itr->second].pImmutableSamplers ? true : false;
219 (immut_samp != (bindings_[next_bi_itr->second].pImmutableSamplers ? true : false))) {
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Ddescriptor_sets.cpp45 // In cases where we should ignore pImmutableSamplers make sure it's NULL
46 if ((p_create_info->pBindings[i].pImmutableSamplers) &&
49 bindings_.back().pImmutableSamplers = nullptr;
151 return bindings_[bi_itr->second].pImmutableSamplers;
158 return bindings_[index].pImmutableSamplers;
216 auto immut_samp = bindings_[bi_itr->second].pImmutableSamplers ? true : false;
219 (immut_samp != (bindings_[next_bi_itr->second].pImmutableSamplers ? true : false))) {
H A Dvk_safe_struct.cpp2626 pImmutableSamplers(NULL)
2628 if (descriptorCount && pInStruct->pImmutableSamplers) {
2629 pImmutableSamplers = new VkSampler[descriptorCount];
2631 pImmutableSamplers[i] = pInStruct->pImmutableSamplers[i];
2644 pImmutableSamplers = NULL;
2645 if (descriptorCount && src.pImmutableSamplers) {
2646 pImmutableSamplers = new VkSampler[descriptorCount];
2648 pImmutableSamplers[i] = src.pImmutableSamplers[
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Ddescriptor_sets.cpp45 // In cases where we should ignore pImmutableSamplers make sure it's NULL
46 if ((p_create_info->pBindings[i].pImmutableSamplers) &&
49 bindings_.back().pImmutableSamplers = nullptr;
151 return bindings_[bi_itr->second].pImmutableSamplers;
158 return bindings_[index].pImmutableSamplers;
216 auto immut_samp = bindings_[bi_itr->second].pImmutableSamplers ? true : false;
219 (immut_samp != (bindings_[next_bi_itr->second].pImmutableSamplers ? true : false))) {
H A Dparameter_validation.cpp3080 // is not 0 and pImmutableSamplers is not NULL, pImmutableSamplers must be a pointer to an array of descriptorCount
3084 (pCreateInfo->pBindings[i].pImmutableSamplers != nullptr)) {
3087 if (pCreateInfo->pBindings[i].pImmutableSamplers[descriptor_index] == VK_NULL_HANDLE) {
3091 "pCreateInfo->pBindings[%d].pImmutableSamplers[%d]"
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp2626 pImmutableSamplers(NULL)
2628 if (descriptorCount && pInStruct->pImmutableSamplers) {
2629 pImmutableSamplers = new VkSampler[descriptorCount];
2631 pImmutableSamplers[i] = pInStruct->pImmutableSamplers[i];
2644 pImmutableSamplers = NULL;
2645 if (descriptorCount && src.pImmutableSamplers) {
2646 pImmutableSamplers = new VkSampler[descriptorCount];
2648 pImmutableSamplers[i] = src.pImmutableSamplers[
[all...]
H A Dunique_objects.cpp1062 if (local_pCreateInfo->pBindings[idx0].pImmutableSamplers) {
1064 local_pCreateInfo->pBindings[idx0].pImmutableSamplers[idx1] = (VkSampler)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pCreateInfo->pBindings[idx0].pImmutableSamplers[idx1])];
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp2626 pImmutableSamplers(NULL)
2628 if (descriptorCount && pInStruct->pImmutableSamplers) {
2629 pImmutableSamplers = new VkSampler[descriptorCount];
2631 pImmutableSamplers[i] = pInStruct->pImmutableSamplers[i];
2644 pImmutableSamplers = NULL;
2645 if (descriptorCount && src.pImmutableSamplers) {
2646 pImmutableSamplers = new VkSampler[descriptorCount];
2648 pImmutableSamplers[i] = src.pImmutableSamplers[
[all...]
H A Dunique_objects.cpp1062 if (local_pCreateInfo->pBindings[idx0].pImmutableSamplers) {
1064 local_pCreateInfo->pBindings[idx0].pImmutableSamplers[idx1] = (VkSampler)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pCreateInfo->pBindings[idx0].pImmutableSamplers[idx1])];
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_safe_struct.h693 VkSampler* pImmutableSamplers; member in struct:safe_VkDescriptorSetLayoutBinding
H A Dvk_struct_string_helper_no_addr_cpp.h1474 if (pStruct->pImmutableSamplers) {
1479 ss[0] << "0x" << pStruct->pImmutableSamplers[i];
1480 stp_strs[0] += " " + prefix + "pImmutableSamplers[" + index_ss.str() + "].handle = " + ss[0].str() + "\n";
1492 ss[3] << "0x" << (void*)pStruct->pImmutableSamplers;
1494 final_str = prefix + "binding = " + ss[0].str() + "\n" + prefix + "descriptorType = " + string_VkDescriptorType(pStruct->descriptorType) + "\n" + prefix + "descriptorCount = " + ss[1].str() + "\n" + prefix + "stageFlags = " + ss[2].str() + "\n" + prefix + "pImmutableSamplers = " + ss[3].str() + "\n" + stp_strs[0];
H A Dvk_struct_string_helper_cpp.h1474 if (pStruct->pImmutableSamplers) {
1479 ss[0] << "0x" << pStruct->pImmutableSamplers[i];
1480 stp_strs[0] += " " + prefix + "pImmutableSamplers[" + index_ss.str() + "].handle = " + ss[0].str() + "\n";
1492 ss[3] << "0x" << (void*)pStruct->pImmutableSamplers;
1494 final_str = prefix + "binding = " + ss[0].str() + "\n" + prefix + "descriptorType = " + string_VkDescriptorType(pStruct->descriptorType) + "\n" + prefix + "descriptorCount = " + ss[1].str() + "\n" + prefix + "stageFlags = " + ss[2].str() + "\n" + prefix + "pImmutableSamplers = " + ss[3].str() + "\n" + stp_strs[0];
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_safe_struct.h693 VkSampler* pImmutableSamplers; member in struct:safe_VkDescriptorSetLayoutBinding
H A Dvk_struct_string_helper_no_addr_cpp.h1474 if (pStruct->pImmutableSamplers) {
1479 ss[0] << "0x" << pStruct->pImmutableSamplers[i];
1480 stp_strs[0] += " " + prefix + "pImmutableSamplers[" + index_ss.str() + "].handle = " + ss[0].str() + "\n";
1492 ss[3] << "0x" << (void*)pStruct->pImmutableSamplers;
1494 final_str = prefix + "binding = " + ss[0].str() + "\n" + prefix + "descriptorType = " + string_VkDescriptorType(pStruct->descriptorType) + "\n" + prefix + "descriptorCount = " + ss[1].str() + "\n" + prefix + "stageFlags = " + ss[2].str() + "\n" + prefix + "pImmutableSamplers = " + ss[3].str() + "\n" + stp_strs[0];
H A Dvk_struct_string_helper_cpp.h1474 if (pStruct->pImmutableSamplers) {
1479 ss[0] << "0x" << pStruct->pImmutableSamplers[i];
1480 stp_strs[0] += " " + prefix + "pImmutableSamplers[" + index_ss.str() + "].handle = " + ss[0].str() + "\n";
1492 ss[3] << "0x" << (void*)pStruct->pImmutableSamplers;
1494 final_str = prefix + "binding = " + ss[0].str() + "\n" + prefix + "descriptorType = " + string_VkDescriptorType(pStruct->descriptorType) + "\n" + prefix + "descriptorCount = " + ss[1].str() + "\n" + prefix + "stageFlags = " + ss[2].str() + "\n" + prefix + "pImmutableSamplers = " + ss[3].str() + "\n" + stp_strs[0];
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3080 // is not 0 and pImmutableSamplers is not NULL, pImmutableSamplers must be a pointer to an array of descriptorCount
3084 (pCreateInfo->pBindings[i].pImmutableSamplers != nullptr)) {
3087 if (pCreateInfo->pBindings[i].pImmutableSamplers[descriptor_index] == VK_NULL_HANDLE) {
3091 "pCreateInfo->pBindings[%d].pImmutableSamplers[%d]"
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3080 // is not 0 and pImmutableSamplers is not NULL, pImmutableSamplers must be a pointer to an array of descriptorCount
3084 (pCreateInfo->pBindings[i].pImmutableSamplers != nullptr)) {
3087 if (pCreateInfo->pBindings[i].pImmutableSamplers[descriptor_index] == VK_NULL_HANDLE) {
3091 "pCreateInfo->pBindings[%d].pImmutableSamplers[%d]"
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3747 if (pCreateInfo->pBindings[idx0].pImmutableSamplers) {
3750 skipCall |= validate_sampler(device, pCreateInfo->pBindings[idx0].pImmutableSamplers[idx1], VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT, false);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3747 if (pCreateInfo->pBindings[idx0].pImmutableSamplers) {
3750 skipCall |= validate_sampler(device, pCreateInfo->pBindings[idx0].pImmutableSamplers[idx1], VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT, false);
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h1929 const VkSampler* pImmutableSamplers; member in struct:VkDescriptorSetLayoutBinding

Completed in 367 milliseconds

12