Home
last modified time | relevance | path

Searched defs:component (Results 501 - 525 of 1370) sorted by relevance

1...<<21222324252627282930>>...55

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c373 int component = node->sched.pos - GPIR_INSTR_SLOT_STORE0; in gpir_instr_remove_store() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c41 static int get_scl_reg_index(ppir_src *src, int component) in get_scl_reg_index() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c621 unsigned component = variable->data.location_frac; in nir_tgsi_scan_shader() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_point_sprite.c63 get_swizzle(unsigned swizzle, unsigned component) in get_swizzle() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c637 vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances) in vl_mc_render_ycbcr() argument
H A Dvl_video_buffer.c264 unsigned i, j, component; in vl_video_buffer_sampler_view_components() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c320 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component) in remap_swizzle() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dimage.c63 vlVaVideoSurfaceSize(vlVaSurface *p_surf, int component, in vlVaVideoSurfaceSize() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, in OSSL_CMP_print_to_bio() argument
160 const char *component = in OSSL_CMP_print_errors_cb() local
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, in OSSL_CMP_print_to_bio() argument
160 const char *component = in OSSL_CMP_print_errors_cb() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1217 void TextureBufferTextureBufferRange::logError(const char* phase, const char* internalFormat, glw::GLuint component, in logError() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp236 uint32_t component = 0; in GetLocationsForVariable() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DOffsetRecordTable.java
H A DRule.java
H A DTagOffsetsTable.java
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp236 uint32_t component = 0; in GetLocationsForVariable() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.h85 PixOrCopyLiteral(const PixOrCopy* const p, int component) PixOrCopyLiteral() argument
/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp76 static char mask_char(int8_t component) { in mask_char() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexFormatTests.cpp326 << "[" << component << "];\n"; in MakeTestPipeline() local
H A DVertexStateTests.cpp46 bool ShouldComponentBeDefault(VertexFormat format, int component) { in ShouldComponentBeDefault() argument
118 vs << "f32(" << multiplier << "u * input.VertexIndex) + " << component MakeTestPipeline() local
121 vs << "f32(" << multiplier << "u * input.InstanceIndex) + " << component MakeTestPipeline() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc435 string component; in GeneratePackageModules() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java159 StronglyConnectedComponent component; // null if the node is still on stack. field in DescriptorMessageInfoFactory.IsInitializedCheckAnalyzer.Node
215 analyze(StronglyConnectedComponent component) analyze() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp258 uint32_t component = 0; in GetLocationsForVariable() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp25 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB() argument
53 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB() argument
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/
H A Dapp_napi.cpp44 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB() argument
60 static void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) in OnSurfaceChangedCB() argument
74 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB() argument
89 static void DispatchTouchEventCB(OH_NativeXComponent *component, voi argument
104 DispatchMouseEventCB(OH_NativeXComponent *component, void *window) DispatchMouseEventCB() argument
152 SetNativeXComponent(OH_NativeXComponent *component) SetNativeXComponent() argument
160 OnSurfaceCreated(OH_NativeXComponent *component, void *window) OnSurfaceCreated() argument
180 OnSurfaceChanged(OH_NativeXComponent *component, void *window) OnSurfaceChanged() argument
204 OnSurfaceDestroyed(OH_NativeXComponent *component, void *window) OnSurfaceDestroyed() argument
211 DispatchTouchEvent(OH_NativeXComponent *component, void *window) DispatchTouchEvent() argument
242 DispatchMouseEvent(OH_NativeXComponent *component, void *window) DispatchMouseEvent() argument
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...55