Home
last modified time | relevance | path

Searched defs:entrypoint (Results 1 - 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_profile_supported() argument
H A Dvl_video_buffer.c107 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_video_buffer_is_format_supported() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Driscv.c84 void __noreturn efi_enter_kernel(unsigned long entrypoint, unsigned long fdt, in efi_enter_kernel() argument
H A Darm64.c132 void __noreturn efi_enter_kernel(unsigned long entrypoint, in efi_enter_kernel() argument
/third_party/ffmpeg/libavutil/
H A Dvulkan_glslang.c138 glslc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) glslc_shader_compile() argument
H A Dvulkan_shaderc.c23 shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) shdc_shader_compile() argument
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c116 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset() argument
191 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument
218 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument
H A Dglapi_getproc.c271 _glapi_proc entrypoint = NULL; in add_function_name() local
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Driscv-stub.c62 void __noreturn efi_enter_kernel(unsigned long entrypoint, unsigned long fdt, in efi_enter_kernel() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dconfig.c113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument
414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) vlVaQueryConfigAttributes() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline.c148 ASSERTED nir_function_impl *entrypoint = nir_shader_get_entrypoint(module->nir); in vk_pipeline_hash_shader_stage() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_multiview.c49 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in shader_writes_to_memory() local
134 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_shader_uses_view_index() local
154 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader_no_position); in shader_only_position_uses_view_index() local
233 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_lower_multiview() local
[all...]
H A Dnir_lower_io_to_temporaries.c39 nir_function_impl *entrypoint; member
326 nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint, in nir_lower_io_to_temporaries() argument
H A Dnir_opt_preamble.c39 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_shader_get_preamble() local
H A Dnir_gather_info.c929 nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint) in nir_shader_gather_info() argument
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h52 enum pipe_video_entrypoint entrypoint; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_multiview.c182 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in anv_nir_lower_multiview() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h92 DECLARE_ALLOCATOR(entrypoint); variable
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dafs.c224 u32 entrypoint; in afs_parse_v2_partition() local
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dafs.c224 u32 entrypoint; in afs_parse_v2_partition() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c218 rvid_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) rvid_get_video_param() argument
328 rvid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) rvid_is_format_supported() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_tess.c181 nir_function_impl *entrypoint = nir_shader_get_entrypoint(nir); in dxil_nir_split_tess_ctrl() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c237 void *entrypoint = code; in disassemble() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c434 nouveau_vp3_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) nouveau_vp3_screen_get_video_param() argument
552 nouveau_vp3_screen_video_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) nouveau_vp3_screen_video_supported() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c541 si_get_video_param_no_video_hw(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) si_get_video_param_no_video_hw() argument
568 si_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) si_get_video_param() argument
782 si_vid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) si_vid_is_format_supported() argument

Completed in 14 milliseconds

12