Home
last modified time | relevance | path

Searched defs:entrypoint (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c120 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset()
301 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset()
328 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset()
Dglapi_getproc.c271 _glapi_proc entrypoint = NULL; in add_function_name() local
/external/mesa3d/src/gallium/state_trackers/va/
Dconfig.c111 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes()
176 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig()
325 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) in vlVaQueryConfigAttributes()
Dva_private.h298 enum pipe_video_entrypoint entrypoint; member
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c37 nir_function_impl *entrypoint; member
150 nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint, in nir_lower_io_to_temporaries()
Dnir_gather_info.c336 nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint) in nir_shader_gather_info()
/external/deqp-deps/glslang/SPIRV/
Ddisassemble.cpp519 unsigned entrypoint = stream[word - 1]; in disassembleInstruction() local
654 static const char* GLSLextAMDGetDebugNames(const char* name, unsigned entrypoint) in GLSLextAMDGetDebugNames()
698 static const char* GLSLextNVGetDebugNames(const char* name, unsigned entrypoint) in GLSLextNVGetDebugNames()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c37 enum pipe_video_entrypoint entrypoint) in vl_profile_supported()
Dvl_stubs.c16 enum pipe_video_entrypoint entrypoint) in vl_profile_supported()
53 enum pipe_video_entrypoint entrypoint) in vl_video_buffer_is_format_supported()
Dvl_video_buffer.c179 enum pipe_video_entrypoint entrypoint) in vl_video_buffer_is_format_supported()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c218 enum pipe_video_entrypoint entrypoint, in rvid_get_video_param()
337 enum pipe_video_entrypoint entrypoint) in rvid_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c555 enum pipe_video_entrypoint entrypoint, in si_get_video_param_no_decode()
583 enum pipe_video_entrypoint entrypoint, in si_get_video_param()
711 enum pipe_video_entrypoint entrypoint) in si_vid_is_format_supported()
/external/icu/icu4c/source/common/
Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *c… in uplug_initPlugFromEntrypointAndLibrary()
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) { in uplug_loadPlugFromEntrypoint()
593 UPlugEntrypoint *entrypoint = NULL; in uplug_initPlugFromLibrary() local
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c353 const char *entrypoint, in anv_pipeline_hash_shader()
386 const char *entrypoint, in anv_pipeline_compile()
500 const char *entrypoint, in anv_pipeline_compile_vs()
763 const char *entrypoint, in anv_pipeline_compile_gs()
841 const char *entrypoint, in anv_pipeline_compile_fs()
989 const char *entrypoint, in anv_pipeline_compile_cs()
Danv_nir_lower_multiview.c168 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in anv_nir_lower_multiview() local
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c437 enum pipe_video_entrypoint entrypoint, in nouveau_vp3_screen_get_video_param()
499 enum pipe_video_entrypoint entrypoint) in nouveau_vp3_screen_video_supported()
Dnouveau_video.c834 enum pipe_video_entrypoint entrypoint, in nouveau_screen_get_video_param()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp619 …_t, interface_var> CollectInterfaceByLocation(shader_module const *src, spirv_inst_iter entrypoint, in CollectInterfaceByLocation()
860 shader_module const *vs, spirv_inst_iter entrypoint) { in ValidateViAgainstVsInputs()
922spirv_inst_iter entrypoint, PIPELINE_STATE const *pipeline, uint32_t subpass_index) { in ValidateFsOutputsAgainstRenderPass()
1008 …tSizeWritten(shader_module const *src, spirv_inst_iter builtin_instr, spirv_inst_iter entrypoint) { in IsPointSizeWritten()
1089 …::unordered_set<uint32_t> MarkAccessibleIds(shader_module const *src, spirv_inst_iter entrypoint) { in MarkAccessibleIds()
1902 static void ProcessExecutionModes(shader_module const *src, spirv_inst_iter entrypoint, PIPELINE_ST… in ProcessExecutionModes()
1943spirv_inst_iter entrypoint, VkShaderStageFlagBits stage) { in ValidatePointListShaderState()
2000 auto entrypoint = *out_entrypoint = FindEntrypoint(module, pStage->pName, pStage->stage); in ValidatePipelineShaderStage() local
2248 spirv_inst_iter entrypoint; in ValidateComputePipeline() local
2257 spirv_inst_iter entrypoint; in ValidateRayTracingPipelineNV() local
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp63 #define GET_INSTANCE_PROC_ADDR(inst, entrypoint) … argument
71 #define GET_DEVICE_PROC_ADDR(dev, entrypoint) … argument
/external/mesa3d/src/gallium/include/pipe/
Dp_video_codec.h52 enum pipe_video_entrypoint entrypoint; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c804 enum pipe_video_entrypoint entrypoint, in nv84_screen_get_video_param()
852 enum pipe_video_entrypoint entrypoint) in nv84_screen_video_supported()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c489 enum pipe_video_entrypoint entrypoint, in r300_get_video_param()
/external/u-boot/cmd/
Darmflash.c26 u32 entrypoint; member
/external/v8/src/runtime/
Druntime-wasm.cc318 Address entrypoint = wasm::CompileLazy( in RUNTIME_FUNCTION() local
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c474 handle_glsl450_alu(struct vtn_builder *b, enum GLSLstd450 entrypoint, in handle_glsl450_alu()

12