Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSetupProcessor.cpp107 for(int component = 0; component < 4; component++) in update() local
127 for(int component = 0; component < 4; component++) in update() local
162 for(int component = 0; component < 4; component++) in update() local
188 for(int component = 0; component < 4; component++) in update() local
201 for(int component = 0; component < 4; component++) in update() local
DContext.cpp550 bool Context::texCoordActive(int coordinate, int component) in texCoordActive()
618 bool Context::isProjectionComponent(unsigned int coordinate, int component) in isProjectionComponent()
1208 bool Context::diffuseUsed(int component) in diffuseUsed()
1256 bool Context::diffuseActive(int component) in diffuseActive()
1290 bool Context::specularUsed(int component) in specularUsed()
1319 bool Context::specularActive(int component) in specularActive()
1344 bool Context::colorActive(int color, int component) in colorActive()
1374 bool Context::textureActive(int coordinate, int component) in textureActive()
/third_party/vk-gl-cts/external/amber/src/docs/
Damber.md69 ### AmberScript
74 ### VkScript
89 ### Parsed Representation
/third_party/skia/m133/third_party/externals/libyuv/source/
Dmjpeg_decoder.cc190 int MJpegDecoder::GetHorizSampFactor(int component) { in GetHorizSampFactor()
194 int MJpegDecoder::GetVertSampFactor(int component) { in GetVertSampFactor()
198 int MJpegDecoder::GetHorizSubSampFactor(int component) { in GetHorizSubSampFactor()
202 int MJpegDecoder::GetVertSubSampFactor(int component) { in GetVertSubSampFactor()
210 int MJpegDecoder::GetComponentScanlinesPerImcuRow(int component) { in GetComponentScanlinesPerImcuRow()
215 int MJpegDecoder::GetComponentWidth(int component) { in GetComponentWidth()
220 int MJpegDecoder::GetComponentHeight(int component) { in GetComponentHeight()
226 int MJpegDecoder::GetComponentStride(int component) { in GetComponentStride()
230 int MJpegDecoder::GetComponentSize(int component) { in GetComponentSize()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_format_traits.hpp633 …AN_HPP_CONSTEXPR_14 uint8_t componentBits( VULKAN_HPP_NAMESPACE::Format format, uint8_t component ) in componentBits()
2295 …P_CONSTEXPR_14 char const * componentName( VULKAN_HPP_NAMESPACE::Format format, uint8_t component ) in componentName()
4330 …PR_14 char const * componentNumericFormat( VULKAN_HPP_NAMESPACE::Format format, uint8_t component ) in componentNumericFormat()
6365 …_CONSTEXPR_14 uint8_t componentPlaneIndex( VULKAN_HPP_NAMESPACE::Format format, uint8_t component ) in componentPlaneIndex()
/third_party/gn/src/gn/
Dohos_components_checker.cc513 const std::string &component, const std::string &label, const std::string &deps) const in GenerateScanList() argument
529 const OhosComponent *component = target->ohos_component(); in CheckAllDepsConfigs() local
547 const OhosComponent *component = target->ohos_component(); in CheckInnerApiIncludesOverRange() local
577 const OhosComponent *component = target->ohos_component(); in CheckInnerApiPublicDepsInner() local
611 const OhosComponent *component = target->ohos_component(); in CheckPublicDeps() local
624 const OhosComponent *component = target->ohos_component(); in CheckLibDir() local
636 bool OhosComponentChecker::CheckInnerApiNotLib(const Item *item, const OhosComponent *component, in CheckInnerApiNotLib()
664 bool OhosComponentChecker::CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, in CheckInnerApiNotDeclare()
693 const OhosComponent *component = target->ohos_component(); in CheckIncludesAbsoluteDepsOther() local
711 …osComponentChecker::CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, in CheckInnerApiVisibilityDenied()
[all …]
Dohos_components_mapping.cc106 const OhosComponent *component = settings->GetOhosComponent(label); in MappingTargetAbsoluteDpes() local
138 const OhosComponent *component = settings->GetOhosComponent(label); in MappingImportOther() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp75 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setWorkgroupBuiltins() local
83 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setWorkgroupBuiltins() local
91 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setWorkgroupBuiltins() local
157 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setSubgroupBuiltins() local
165 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setSubgroupBuiltins() local
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java56 ComponentName component = ComponentName.unflattenFromString(testerName); in getTesterComponent() local
70 ComponentName component = getTesterComponent(testerName); in start() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct()
90 for (auto component : message_.component()) { in IsApplicable() local
291 for (auto component : message_.component()) { in AddDataSynonymFacts() local
Dtransformation_vector_shuffle.cpp30 const std::vector<uint32_t>& component) { in TransformationVectorShuffle()
188 uint32_t component = message_.component(component_index); in AddDataSynonymFacts() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct()
90 for (auto component : message_.component()) { in IsApplicable() local
291 for (auto component : message_.component()) { in AddDataSynonymFacts() local
Dtransformation_vector_shuffle.cpp30 const std::vector<uint32_t>& component) { in TransformationVectorShuffle()
188 uint32_t component = message_.component(component_index); in AddDataSynonymFacts() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_construct.cpp30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct()
90 for (auto component : message_.component()) { in IsApplicable() local
291 for (auto component : message_.component()) { in AddDataSynonymFacts() local
Dtransformation_vector_shuffle.cpp30 const std::vector<uint32_t>& component) { in TransformationVectorShuffle()
188 uint32_t component = message_.component(component_index); in AddDataSynonymFacts() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c44 unsigned component) in tgsi_util_get_src_register_swizzle()
65 unsigned component) in tgsi_util_get_full_src_register_swizzle()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_ubo_vec4.c130 nir_def *component = in nir_lower_ubo_vec4_lower() local
163 nir_def *component = in nir_lower_ubo_vec4_lower() local
Dnir_inline_uniforms.c72 nir_collect_src_uniforms(const nir_src *src, int component, in nir_collect_src_uniforms()
179 is_induction_variable(const nir_src *src, int component, nir_loop_info *info, in is_induction_variable()
231 unsigned component = 0; in nir_add_inlinable_uniforms() local
/third_party/skia/m133/src/sksl/ir/
DSkSLSwizzle.cpp88 static char mask_char(int8_t component) { in mask_char()
114 for (int8_t component : components) { in MaskString() local
462 SkASSERT(std::all_of(components.begin(), components.end(), [](int8_t component) { in Make()
542 SkASSERT(std::all_of(components.begin(), components.end(), [](int8_t component) { in MakeExact()
/third_party/skia/include/core/
DSkUnPreMultiply.h45 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
/third_party/skia/m133/include/core/
DSkUnPreMultiply.h44 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
/third_party/mesa3d/src/compiler/nir/tests/
Dnir_opt_varyings_test.h379 load_input_output(nir_builder *b, gl_varying_slot slot, unsigned component, in load_input_output()
417 load_input_interp(nir_builder *b, gl_varying_slot slot, unsigned component, in load_input_interp()
498 unsigned component, nir_alu_type type, in load_interpolated_input_tes()
565 load_input(nir_builder *b, gl_varying_slot slot, unsigned component, in load_input()
580 load_output(nir_builder *b, gl_varying_slot slot, unsigned component, in load_output()
587 store_output(nir_builder *b, gl_varying_slot slot, unsigned component, in store_output()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_frag_coord_zw.c22 unsigned component = nir_intrinsic_component(intrin); in lower_frag_coord_zw() local
/third_party/ffmpeg/libavcodec/
Dmpeg12dec.h38 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
/third_party/mesa3d/src/imagination/rogue/
Drogue_compile.c44 unsigned component) in nir_ssa_reg()
57 unsigned component) in nir_ssa_regarray()
70 unsigned component = alu->src[src_num].swizzle[0]; in nir_ssa_reg_alu_src() local
153 unsigned component = nir_intrinsic_component(intr); in trans_nir_intrinsic_load_input_fs() local
188 unsigned component = nir_intrinsic_component(intr); in trans_nir_intrinsic_load_input_vs() local
281 unsigned component = nir_intrinsic_component(intr); in trans_nir_intrinsic_store_output_vs() local

12345678910>>...19