Home
last modified time | relevance | path

Searched defs:components (Results 176 - 200 of 327) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() argument
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() argument
312 CompositeConstant(const Type* ty, const std::vector<const Constant*>& components) CompositeConstant() argument
324 StructConstant(const Struct* ty, const std::vector<const Constant*>& components) StructConstant() argument
347 VectorConstant(const Vector* ty, const std::vector<const Constant*>& components) VectorConstant() argument
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) VectorConstant() argument
380 MatrixConstant(const Matrix* ty, const std::vector<const Constant*>& components) MatrixConstant() argument
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) MatrixConstant() argument
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) ArrayConstant() argument
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) ArrayConstant() argument
[all...]
H A Dir_builder.h517 AddVectorShuffle(uint32_t result_type, uint32_t vec1, uint32_t vec2, const std::vector<uint32_t>& components) AddVectorShuffle() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() argument
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() argument
312 CompositeConstant(const Type* ty, const std::vector<const Constant*>& components) CompositeConstant() argument
324 StructConstant(const Struct* ty, const std::vector<const Constant*>& components) StructConstant() argument
347 VectorConstant(const Vector* ty, const std::vector<const Constant*>& components) VectorConstant() argument
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) VectorConstant() argument
380 MatrixConstant(const Matrix* ty, const std::vector<const Constant*>& components) MatrixConstant() argument
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) MatrixConstant() argument
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) ArrayConstant() argument
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) ArrayConstant() argument
[all...]
H A Dir_builder.h517 AddVectorShuffle(uint32_t result_type, uint32_t vec1, uint32_t vec2, const std::vector<uint32_t>& components) AddVectorShuffle() argument
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp515 ComponentArray components; in expression() local
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h118 virtual bool applySwizzle(const ComponentArray& components, const Type& newType) { in applySwizzle() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h256 inline string JoinStrings(const std::vector<string>& components, in JoinStrings() argument
779 string Join(const Range& components, in Join() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); CreateConstant() local
530 std::vector<const analysis::Constant*> components; GetVectorComponents() local
[all...]
H A Dconstants.h315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() argument
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() argument
312 CompositeConstant(const Type* ty, const std::vector<const Constant*>& components) CompositeConstant() argument
324 StructConstant(const Struct* ty, const std::vector<const Constant*>& components) StructConstant() argument
347 VectorConstant(const Vector* ty, const std::vector<const Constant*>& components) VectorConstant() argument
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) VectorConstant() argument
380 MatrixConstant(const Matrix* ty, const std::vector<const Constant*>& components) MatrixConstant() argument
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) MatrixConstant() argument
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) ArrayConstant() argument
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) ArrayConstant() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp705 std::vector<std::string> components; in DoCreatePkgStream() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp552 std::vector<RefPtr<Component>> components; WrapComponents() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1088 const auto& components = forEachComponent->GetChildren(); variable
1185 const auto& components = forEachComponent->GetChildren(); UpdateForPartialUpdate() local
1393 const auto& components = multiComposedComponent->GetChildren(); global() variable
1553 UpdateChildren(const std::list<RefPtr<Component>>& components) UpdateChildren() argument
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dcore.h89 char components[128]; /* card components delimited with member
/kernel/linux/linux-6.6/include/sound/
H A Dcore.h90 char components[128]; /* card components delimited with member
/third_party/ffmpeg/libavcodec/
H A Datrac3.c82 TonalComponent components[64]; member
330 decode_tonal_components(GetBitContext *gb, TonalComponent *components, int num_bands) decode_tonal_components() argument
450 add_tonal_components(float *spectrum, int num_components, TonalComponent *components) add_tonal_components() argument
[all...]
H A Domx.c349 char **components; in find_component() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c39 int components; member
763 int components; member
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c632 unsigned components = glsl_get_vector_elements(type->type); in _handle_v_load_store() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c683 const char *components = NULL; in print_var_decl() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp1878 const unsigned components[4] = { x, y, z, w }; ir_swizzle() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c994 const uint32_t components = VK_COLOR_COMPONENT_R_BIT | in emit_subpass_color_clear_rects() local
564 create_color_clear_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t rt_idx, VkFormat format, uint32_t samples, uint32_t components, bool is_layered, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_color_clear_pipeline() argument
732 get_color_clear_pipeline_cache_key(uint32_t rt_idx, VkFormat format, uint32_t samples, uint32_t components, bool is_layered) get_color_clear_pipeline_cache_key() argument
793 get_color_clear_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t rt_idx, uint32_t attachment_idx, VkFormat format, uint32_t samples, uint32_t components, bool is_layered, struct v3dv_meta_color_clear_pipeline **pipeline) get_color_clear_pipeline() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp165 const unsigned components = in lower_fb_write_logical_send() local
132 setup_color_payload(const fs_builder &bld, const brw_wm_prog_key *key, fs_reg *dst, fs_reg color, unsigned components) setup_color_payload() argument
1446 fs_reg *const components = new fs_reg[sz]; lower_surface_logical_send() local
[all...]
H A Dbrw_fs_visitor.cpp38 fs_visitor::emit_mcs_fetch(const fs_reg &coordinate, unsigned components, in emit_mcs_fetch() argument
617 emit_single_fb_write(const fs_builder &bld, fs_reg color0, fs_reg color1, fs_reg src0_alpha, unsigned components) emit_single_fb_write() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp937 unsigned components = var->type->without_array()->components(); in load_deref_64_to_vec2() local
971 unsigned components = var->type->without_array()->components(); store_64_to_vec2() local
[all...]

Completed in 35 milliseconds

12345678910>>...14