Home
last modified time | relevance | path

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

12345678910>>...18

/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/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitinstruction.cpp48 PValue EmitInstruction::from_nir(const nir_src& v, unsigned component, unsigned swizzled) in from_nir()
53 PValue EmitInstruction::from_nir(const nir_alu_src& v, unsigned component) in from_nir()
58 PValue EmitInstruction::from_nir(const nir_tex_src& v, unsigned component) in from_nir()
63 PValue EmitInstruction::from_nir(const nir_alu_dest& v, unsigned component) in from_nir()
68 PValue EmitInstruction::from_nir(const nir_dest& v, unsigned component) in from_nir()
73 PValue EmitInstruction::from_nir(const nir_src& v, unsigned component) in from_nir()
101 PValue EmitInstruction::from_nir_with_fetch_constant(const nir_src& src, unsigned component, int ch… in from_nir_with_fetch_constant()
Dsfn_valuepool.cpp78 PValue ValuePool::from_nir(const nir_src& v, unsigned component, unsigned swizzled) in from_nir()
134 PValue ValuePool::from_nir(const nir_src& v, unsigned component) in from_nir()
139 PValue ValuePool::from_nir(const nir_tex_src &v, unsigned component) in from_nir()
144 PValue ValuePool::from_nir(const nir_alu_src &v, unsigned component) in from_nir()
183 PValue ValuePool::from_nir(const nir_alu_dest &v, unsigned component) in from_nir()
219 PValue ValuePool::from_nir(const nir_dest& v, unsigned component) in from_nir()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-scte-section.c68 _gst_mpegts_scte_splice_component_copy (GstMpegtsSCTESpliceComponent * in _gst_mpegts_scte_splice_component_copy()
75 _gst_mpegts_scte_splice_component_free (GstMpegtsSCTESpliceComponent * in _gst_mpegts_scte_splice_component_free()
90 GstMpegtsSCTESpliceComponent *component = in _parse_splice_component() local
182 GstMpegtsSCTESpliceComponent *component = in _parse_splice_event() local
632 GstMpegtsSCTESpliceComponent *component = in gst_mpegts_scte_splice_component_new() local
710 GstMpegtsSCTESpliceComponent *component = in _packetize_sit() local
833 GstMpegtsSCTESpliceComponent *component = in _packetize_sit() local
/third_party/boost/tools/boost_install/test/python/
DCMakeLists.txt23 set(component python) variable
27 set(component ${USE_PYTHON_COMPONENT}) variable
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dnicetransport.c64 _gst_component_to_nice (GstWebRTCICEComponent component) in _gst_component_to_nice()
78 _nice_component_to_gst (NiceComponentType component) in _nice_component_to_gst()
217 NiceComponentType component, NiceCandidate * lcandidate, in _on_new_selected_pair()
236 NiceComponentType component, NiceComponentState state, in _on_component_state_changed()
262 NiceComponentType component = _gst_component_to_nice (ice->component); in gst_webrtc_nice_transport_constructed() local
351 GstWebRTCICEComponent component) in gst_webrtc_nice_transport_new()
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_input_facet.cpp19 bool failure_test(temporal_type component, in failure_test()
46 bool failure_test(temporal_type& component, in failure_test()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c55 unsigned component) in tgsi_util_get_src_register_swizzle()
76 unsigned component) in tgsi_util_get_full_src_register_swizzle()
85 unsigned component) in tgsi_util_set_src_register_swizzle()
/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/boost/libs/date_time/test/local_time/
Dtestlocal_time_input_facet.cpp16 bool failure_test(temporal_type component, in failure_test()
43 bool failure_test(temporal_type component, in failure_test()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLBlend.cpp23 char component = kComponents[i]; in hard_light() local
42 const char component) { in color_dodge_component()
72 const char component) { in color_burn_component()
99 const char component) { in soft_light_component_pos_dst_alpha()
/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
/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
/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
/third_party/mesa3d/src/compiler/nir/
Dnir_inline_uniforms.c50 src_only_uses_uniforms(const nir_src *src, int component, in src_only_uses_uniforms()
139 is_induction_variable(const nir_src *src, int component, nir_loop_info *info, in is_induction_variable()
190 unsigned component = 0; in add_inlinable_uniforms() local
Dnir_lower_ubo_vec4.c130 nir_ssa_def *component = in nir_lower_ubo_vec4_lower() local
165 nir_ssa_def *component = in nir_lower_ubo_vec4_lower() local
/third_party/boost/libs/graph/example/
Dmake_connected.cpp37 std::vector< graph_traits< graph >::vertices_size_type > component( in main() local
Dcc-internet.cpp29 std::vector< int > component(num_vertices(g)); in main() local
Dscc.cpp30 std::map< vertex_t, int > component; in main() local
Dconnected_components.cpp51 std::vector< int > component(num_vertices(G)); in main() local
/third_party/skia/include/core/
DSkUnPreMultiply.h45 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
/third_party/flutter/skia/include/core/
DSkUnPreMultiply.h45 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
/third_party/ffmpeg/libavcodec/
Dmpeg12.h40 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()

12345678910>>...18