| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassTestsUtil.cpp | 396 void AttachmentReference::setImageLayout (VkImageLayout layout) in setImageLayout() argument 371 AttachmentReference(deUint32 attachment, VkImageLayout layout, VkImageAspectFlags aspectMask) AttachmentReference() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmComputeShaderCase.cpp | 258 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, const vector<VkDescriptorBufferInfo>& descriptorInfos, const vector<VkDescriptorImageInfo>& descriptorImageInfos) in createDescriptorSet() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
| H A D | vktVideoDecodeTests.cpp | 438 const VkImageLayout layout = frame.decodedImageLayout; in iterateSingleFrame() local 523 const VkImageLayout layout = frame.decodedImageLayout; in iterateDoubleFrame() local 614 const VkImageLayout layout = frame.decodedImageLayout; in iterateMultipleFrame() local 996 const VkImageLayout layout local 144 getDecodedImage(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkImageLayout layout, VkFormat format, VkExtent2D codedExtent, deUint32 queueFamilyIndexTransfer, deUint32 queueFamilyIndexDecode) getDecodedImage() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 271 createDescriptorSet(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorSetLayout layout, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const std::vector<de::SharedPtr<vk::Unique<vk::VkImageView> > >& imageViews, deUint32 samplerBinding) createDescriptorSet() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluVarType.hpp | 263 Layout layout; member 275 glu::Layout layout; member
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fShaderStateQueryTests.cpp | 1318 const char* layout; in test() member
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot_processor.cpp | 1477 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in VisitObjectBodyWithRep() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 2208 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(length); in CreateSObject() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 2381 JSHandle<LayoutInfo> layout = objectFactory->CreateLayoutInfo(0, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | profiler_stub_builder.cpp | 477 GateRef layout = GetLayoutFromHClass(hclass); in UpdatePropAttrIC() local
|
| H A D | typed_bytecode_lowering.cpp | 2353 auto layout = LayoutInfo::Cast(newClass->GetLayout().GetTaggedObject()); in LowerCreateObjectWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_hclass.cpp | 371 JSTaggedValue layout = newJsHClass->GetLayout(); in TransitionProto() local 534 JSTaggedValue layout = newProtoClass->GetLayout(); in OptimizePrototypeForIC() local 199 Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) Initialize() argument 786 auto layout = LayoutInfo::Cast(current->GetLayout().GetTaggedObject()); VisitAndUpdateLayout() local 814 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); ConvertOrTransitionWithRep() local 1274 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxNum, MemSpaceType::SEMI_SPACE, GrowMode::KEEP); CreateRootHClassFromPGO() local 1304 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxNum, MemSpaceType::SEMI_SPACE, GrowMode::KEEP); CreateRootHClassWithCached() local 1376 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); DumpRootHClassByPGO() local 1422 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); UpdateRootLayoutDescByPGO() local 1438 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); DumpToString() local 1564 auto layout = factory->CreateSLayoutInfo(length + parentLength); CreateSInlinedLayout() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_property.cpp | 1361 const auto& layout = layoutConstraint_.value(); in ConstraintEqual() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_model_ng.cpp | 80 auto layout = frameNode->GetLayoutProperty<TextLayoutProperty>(); in CreateFrameNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_column_pattern.cpp | 1533 RefPtr<TextPickerLayoutProperty> layout = GetParentLayout(); in NotLoopOptions() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegdec.c | 1981 int flags, layout, type; in mjpeg_decode_app() local
|
| H A D | dcaenc.c | 167 AVChannelLayout layout = avctx->ch_layout; in encode_init() local [all...] |
| /third_party/glfw/tests/ |
| H A D | triangle-vulkan.c | 870 VkSubresourceLayout layout; in demo_prepare_texture_image() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_image.c | 2219 radv_layout_is_htile_compressed(const struct radv_device *device, const struct radv_image *image, VkImageLayout layout, bool in_render_loop, unsigned queue_mask) radv_layout_is_htile_compressed() argument 2273 radv_layout_can_fast_clear(const struct radv_device *device, const struct radv_image *image, unsigned level, VkImageLayout layout, bool in_render_loop, unsigned queue_mask) radv_layout_can_fast_clear() argument 2296 radv_layout_dcc_compressed(const struct radv_device *device, const struct radv_image *image, unsigned level, VkImageLayout layout, bool in_render_loop, unsigned queue_mask) radv_layout_dcc_compressed() argument 2327 radv_layout_fmask_compressed(const struct radv_device *device, const struct radv_image *image, VkImageLayout layout, unsigned queue_mask) radv_layout_fmask_compressed() argument [all...] |
| H A D | radv_meta_clear.c | 77 create_pipeline(struct radv_device *device, uint32_t samples, struct nir_shader *vs_nir, struct nir_shader *fs_nir, const VkPipelineVertexInputStateCreateInfo *vi_state, const VkPipelineDepthStencilStateCreateInfo *ds_state, const VkPipelineColorBlendStateCreateInfo *cb_state, const VkPipelineRenderingCreateInfo *dyn_state, const VkPipelineLayout layout, const struct radv_graphics_pipeline_create_info *extra, const VkAllocationCallbacks *alloc, VkPipeline *pipeline) create_pipeline() argument 513 depth_view_can_fast_clear(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview, VkImageAspectFlags aspects, VkImageLayout layout, bool in_render_loop, const VkClearRect *clear_rect, VkClearDepthStencilValue clear_value) depth_view_can_fast_clear() argument 541 pick_depthstencil_pipeline(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_state *meta_state, const struct radv_image_view *iview, int samples_log2, VkImageAspectFlags aspects, VkImageLayout layout, bool in_render_loop, const VkClearRect *clear_rect, VkClearDepthStencilValue clear_value) pick_depthstencil_pipeline() argument [all...] |
| H A D | radv_private.h | 425 radv_meta_blit_ds_to_type(VkImageLayout layout) in radv_meta_blit_ds_to_type() argument 445 radv_meta_dst_layout_from_layout(VkImageLayout layout) in radv_meta_dst_layout_from_layout() argument 452 radv_meta_dst_layout_to_layout(enum radv_meta_dst_layout layout) in radv_meta_dst_layout_to_layout() argument [all...] |
| H A D | radv_descriptor_set.c | 472 radv_pipeline_layout_init(struct radv_device *device, struct radv_pipeline_layout *layout, in radv_pipeline_layout_init() argument 483 radv_pipeline_layout_add_set(struct radv_pipeline_layout *layout, uint32_t set_idx, in radv_pipeline_layout_add_set() argument 507 radv_pipeline_layout_hash(struct radv_pipeline_layout *layout) radv_pipeline_layout_hash() argument 531 radv_pipeline_layout_finish(struct radv_device *device, struct radv_pipeline_layout *layout) radv_pipeline_layout_finish() argument 549 struct radv_pipeline_layout *layout; radv_CreatePipelineLayout() local 612 radv_descriptor_set_create(struct radv_device *device, struct radv_descriptor_pool *pool, struct radv_descriptor_set_layout *layout, const uint32_t *variable_count, struct radv_descriptor_set **out_set) radv_descriptor_set_create() argument [all...] |
| H A D | radv_device_generated_commands.c | 30 radv_get_sequence_size(const struct radv_indirect_command_layout *layout, in radv_get_sequence_size() argument 1009 struct radv_indirect_command_layout *layout; radv_CreateIndirectCommandsLayoutNV() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/layers/ |
| H A D | radv_sqtt_layer.c | 666 sqtt_CmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, in sqtt_CmdPushConstants() argument 619 sqtt_CmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t *pDynamicOffsets) sqtt_CmdBindDescriptorSets() argument
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_private.h | 327 vk_to_lvp_descriptor_set_layout(const struct vk_descriptor_set_layout *layout) in vk_to_lvp_descriptor_set_layout() argument 355 struct lvp_descriptor_set_layout *layout; member 430 struct lvp_pipeline_layout * layout; member 522 get_set_layout(const struct lvp_pipeline_layout *layout, uint32_t set) in get_set_layout() argument 529 get_binding_layout(const struct lvp_pipeline_layout *layout, in get_binding_layout() argument 586 struct lvp_pipeline_layout *layout; member [all...] |