Home
last modified time | relevance | path

Searched defs:components (Results 126 - 150 of 298) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource() local
405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in computeColor() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in genVertexSource() local
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); in computeColor() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp670 const auto& components = group->GetChildren(); in GetRefreshItems() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp89 std::vector<std::string> components; in ReferencesParent() local
101 void FilePath::GetComponents(std::vector<std::string> &components) in GetComponents() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp645 Component* components[1] = {divComponent}; in ACELiteStyleManagerIDSelector004() local
66 ReleaseTestResources(const jerry_value_t* values, uint8_t valueCount, Component** components, uint8_t componentCount) const ReleaseTestResources() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp529 uint32_t components = 0; in ParserItem() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp263 cJSON *components = cJSON_GetObjectItem(root, COMPONENTSLOAD_DISTRIBUTED_COMPONENTS.c_str()); in GetCompPathAndVersion() local
/kernel/linux/linux-5.10/drivers/scsi/
H A Dses.c526 int i, j, page7_len, len, components; in ses_enclosure_data_process() local
667 int i, types, len, components = 0; in ses_intf_add() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dses.c532 int i, j, page7_len, len, components; in ses_enclosure_data_process() local
672 int i, types, len, components = 0; in ses_intf_add() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_histogram.c57 int components; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp241 get_reg_class(isel_context* ctx, RegType type, unsigned components, unsigned bitsize) in get_reg_class() argument
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp201 create_indirect_load( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_indirect_load() argument
261 create_indirect_store( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_indirect_store() argument
301 create_load( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_load() argument
309 create_store( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_store() argument
316 create_shared_load( nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components) create_shared_load() argument
325 create_shared_store( nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask) create_shared_store() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c106 unsigned components; in collect_reg_info() local
313 unsigned components = instr->srcs[2]->uim_val; in ir3_collect_info() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp816 unsigned components; in constant_expression_value() local
H A Dgl_nir_lower_packed_varyings.c179 const uint8_t* components; member
831 unsigned components = glsl_get_vector_elements(type) * dmul; in lower_varying() local
1025 gl_nir_lower_packed_varyings(const struct gl_constants *consts, struct gl_shader_program *prog, void *mem_ctx, unsigned locations_used, const uint8_t *components, nir_variable_mode mode, unsigned gs_input_vertices, struct gl_linked_shader *linked_shader, bool disable_varying_packing, bool disable_xfb_packing, bool xfb_enabled) gl_nir_lower_packed_varyings() argument
[all...]
H A Dir_builder.cpp74 swizzle(operand a, int swizzle, int components) in swizzle() argument
87 swizzle_for_size(operand a, unsigned components) in swizzle_for_size() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.h596 fs_reg components[2]; in fetch_payload_reg() local
620 fs_reg *const components = new fs_reg[2 * m]; in fetch_barycentric_reg() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c238 print_components(uint8_t components) in print_components() argument
/third_party/rust/crates/glob/src/
H A Dlib.rs205 let mut components = Path::new(pattern).components().peekable(); in glob_with() variables
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.h349 GLuint components; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.cpp108 void fillData(T* data, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, T base) in fillData() argument
139 checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, glw::GLenum format, glw::GLenum type, STORAGE_TYPE storType, T* expectedData) checkResults() argument
[all...]
/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...]

Completed in 31 milliseconds

12345678910>>...12