Home
last modified time | relevance | path

Searched refs:push_constant_ranges (Results 1 – 25 of 84) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/vkcom/src/
H A Dop_base.cpp115 VkPushConstantRange push_constant_ranges[1] = {}; in createPipeline() local
116 push_constant_ranges[0].stageFlags = VK_SHADER_STAGE_COMPUTE_BIT; in createPipeline()
117 push_constant_ranges[0].offset = 0; in createPipeline()
118 push_constant_ranges[0].size = push_constants_size; in createPipeline()
125 pipeline_layout_create_info.pPushConstantRanges = push_constant_ranges; in createPipeline()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dpipeline_state.cpp45 hc << set << push_constant_ranges.get(); in hash()
54 if ((set != other.set) || (push_constant_ranges != other.push_constant_ranges)) { in operator ==()
127 … const PushConstantRangesId &push_constant_ranges) { in GetCompatForSet() argument
138 compat_for_set.emplace_back(GetCanonicalId(i, push_constant_ranges, set_layouts_id)); in GetCompatForSet()
147 push_constant_ranges(GetCanonicalId(pCreateInfo)), in PIPELINE_LAYOUT_STATE()
148 compat_for_set(GetCompatForSet(set_layouts, push_constant_ranges)) {} in PIPELINE_LAYOUT_STATE()
H A Dpipeline_state.h113 PushConstantRangesId push_constant_ranges; member
116 : set(set_index), push_constant_ranges(pcr_id), set_layouts_id(sl_id) {} in PipelineLayoutCompatDef()
131 const PushConstantRangesId push_constant_ranges; variable
H A Dgpu_validation.cpp759 …if (last_bound.pipeline_state->pipeline_layout->push_constant_ranges == cb_state->push_constant_da… in Create()
761 … push_constants_ranges = last_bound.pipeline_state->pipeline_layout->push_constant_ranges; in Create()
1900 VkPushConstantRange push_constant_ranges[push_constant_range_count] = {}; in AllocatePreDrawValidationResources() local
1901 push_constant_ranges[0].stageFlags = VK_SHADER_STAGE_VERTEX_BIT; in AllocatePreDrawValidationResources()
1902 push_constant_ranges[0].offset = 0; in AllocatePreDrawValidationResources()
1903 push_constant_ranges[0].size = 4 * sizeof(uint32_t); in AllocatePreDrawValidationResources()
1908 pipelineLayoutCreateInfo[0].pPushConstantRanges = push_constant_ranges; in AllocatePreDrawValidationResources()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/player/tests/data/
H A Dbind-group.ron8 push_constant_ranges: [],
H A Dquad.ron54 push_constant_ranges: [],
H A Dbuffer-zero-init.ron137 push_constant_ranges: [],
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/player/tests/data/
H A Dbind-group.ron8 push_constant_ranges: [],
H A Dquad.ron54 push_constant_ranges: [],
H A Dbuffer-zero-init.ron137 push_constant_ranges: [],
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dbind.rs182 if old.push_constant_ranges != new.push_constant_ranges { in change_pipeline_layout()
H A Dbundle.rs157 push_constant_ranges: PushConstantState::new(), in finish()
246 &layout.push_constant_ranges, in finish()
948 push_constant_ranges: PushConstantState, field
1030 .push_constant_ranges in set_pipeline()
1051 let is_dirty = self.push_constant_ranges.is_dirty; in flush_push_constants()
1055 super::bind::compute_nonoverlapping_ranges(&self.push_constant_ranges.ranges); in flush_push_constants()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dbind.rs182 if old.push_constant_ranges != new.push_constant_ranges { in change_pipeline_layout()
H A Dbundle.rs157 push_constant_ranges: PushConstantState::new(), in finish()
246 &layout.push_constant_ranges, in finish()
948 push_constant_ranges: PushConstantState, field
1030 .push_constant_ranges in set_pipeline()
1051 let is_dirty = self.push_constant_ranges.is_dirty; in flush_push_constants()
1055 super::bind::compute_nonoverlapping_ranges(&self.push_constant_ranges.ranges); in flush_push_constants()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Dbind.rs220 if old.push_constant_ranges != new.push_constant_ranges { in change_pipeline_layout()
H A Dbundle.rs179 push_constant_ranges: PushConstantState::new(), in finish()
284 &layout.push_constant_ranges, in finish()
989 push_constant_ranges: PushConstantState, field
1071 .push_constant_ranges in set_pipeline()
1092 let is_dirty = self.push_constant_ranges.is_dirty; in flush_push_constants()
1096 super::bind::compute_nonoverlapping_ranges(&self.push_constant_ranges.ranges); in flush_push_constants()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dbinding_model.rs497 pub push_constant_ranges: Cow<'a, [wgt::PushConstantRange]>, field
506 pub(crate) push_constant_ranges: ArrayVec<[wgt::PushConstantRange; SHADER_STAGE_COUNT]>, field
545 for (idx, range) in self.push_constant_ranges.iter().enumerate() { in validate_push_constant_ranges()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dbinding_model.rs497 pub push_constant_ranges: Cow<'a, [wgt::PushConstantRange]>, field
506 pub(crate) push_constant_ranges: ArrayVec<[wgt::PushConstantRange; SHADER_STAGE_COUNT]>, field
545 for (idx, range) in self.push_constant_ranges.iter().enumerate() { in validate_push_constant_ranges()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dbinding_model.rs547 pub push_constant_ranges: Cow<'a, [wgt::PushConstantRange]>, field
556 pub(crate) push_constant_ranges: ArrayVec<wgt::PushConstantRange, { SHADER_STAGE_COUNT }>, field
595 for (idx, range) in self.push_constant_ranges.iter().enumerate() { in validate_push_constant_ranges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation_types.h803 PushConstantRangesId push_constant_ranges;
806 : set(set_index), push_constant_ranges(pcr_id), set_layouts_id(sl_id) {}
819 PushConstantRangesId push_constant_ranges;
822 …PIPELINE_LAYOUT_STATE() : layout(VK_NULL_HANDLE), set_layouts{}, push_constant_ranges{}, compat_fo…
827 push_constant_ranges.reset();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_gpu.cpp712 VkPushConstantRange push_constant_ranges[push_constant_range_count] = {}; in TEST_F() local
713 push_constant_ranges[0].stageFlags = VK_SHADER_STAGE_VERTEX_BIT; in TEST_F()
714 push_constant_ranges[0].offset = 0; in TEST_F()
715 push_constant_ranges[0].size = 2 * sizeof(VkDeviceAddress); in TEST_F()
722 pipelineLayoutCreateInfo[0].pPushConstantRanges = push_constant_ranges; in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Ddevice.rs628 push_constant_ranges: Ic, in create_pipeline_layout()
637 push_constant_ranges.map(|(s, ref r)| vk::PushConstantRange { in create_pipeline_layout()
647 inplace_or_alloc_from_iter(push_constant_ranges_iter, |push_constant_ranges| { in create_pipeline_layout()
651 .push_constant_ranges(&push_constant_ranges); in create_pipeline_layout()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Ddevice.rs628 push_constant_ranges: Ic, in create_pipeline_layout()
637 push_constant_ranges.map(|(s, ref r)| vk::PushConstantRange { in create_pipeline_layout()
647 inplace_or_alloc_from_iter(push_constant_ranges_iter, |push_constant_ranges| { in create_pipeline_layout()
651 .push_constant_ranges(&push_constant_ranges); in create_pipeline_layout()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_gpu.cpp1127 VkPushConstantRange push_constant_ranges[push_constant_range_count] = {}; in TEST_F() local
1128 push_constant_ranges[0].stageFlags = VK_SHADER_STAGE_MESH_BIT_NV; in TEST_F()
1129 push_constant_ranges[0].offset = 0; in TEST_F()
1130 push_constant_ranges[0].size = 2 * sizeof(VkDeviceAddress); in TEST_F()
1137 pipelineLayoutCreateInfo[0].pPushConstantRanges = push_constant_ranges; in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Ddevice.rs668 push_constant_ranges: IR, in create_pipeline_layout()
683 let push_constant_ranges = push_constant_ranges in create_pipeline_layout() localVariable
701 push_constant_range_count: push_constant_ranges.len() as u32, in create_pipeline_layout()
702 p_push_constant_ranges: push_constant_ranges.as_ptr(), in create_pipeline_layout()

1234