Searched refs:entrypoint (Results 1 - 25 of 134) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A DMakefile.sources2 entrypoint.c \
3 entrypoint.h \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_decoder.h39 enum pipe_video_entrypoint entrypoint);
H A Dvl_decoder.c37 enum pipe_video_entrypoint entrypoint)
42 return entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE;
78 templat->entrypoint,
36 vl_profile_supported(struct pipe_screen * screen,enum pipe_video_profile profile,enum pipe_video_entrypoint entrypoint) argument
H A Dvl_stubs.c16 enum pipe_video_entrypoint entrypoint)
53 enum pipe_video_entrypoint entrypoint)
14 vl_profile_supported(struct pipe_screen * screen,enum pipe_video_profile profile,enum pipe_video_entrypoint entrypoint) argument
50 vl_video_buffer_is_format_supported(struct pipe_screen * screen,enum pipe_format format,enum pipe_video_profile profile,enum pipe_video_entrypoint entrypoint) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_decoder.h39 enum pipe_video_entrypoint entrypoint);
H A Dvl_decoder.c37 enum pipe_video_entrypoint entrypoint)
42 return entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE;
78 templat->entrypoint,
36 vl_profile_supported(struct pipe_screen * screen,enum pipe_video_profile profile,enum pipe_video_entrypoint entrypoint) argument
H A Dvl_stubs.c16 enum pipe_video_entrypoint entrypoint)
53 enum pipe_video_entrypoint entrypoint)
14 vl_profile_supported(struct pipe_screen * screen,enum pipe_video_profile profile,enum pipe_video_entrypoint entrypoint) argument
50 vl_video_buffer_is_format_supported(struct pipe_screen * screen,enum pipe_format format,enum pipe_video_profile profile,enum pipe_video_entrypoint entrypoint) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A DMakefile.sources2 entrypoint.c \
3 entrypoint.h \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dconfig.c111 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
124 if (entrypoint == VAEntrypointVLD) {
137 } else if (entrypoint == VAEntrypointEncSlice) {
155 } else if (entrypoint == VAEntrypointVideoProc) {
176 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
197 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) {
198 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_UNKNOWN;
232 switch (entrypoint) {
240 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM;
250 config->entrypoint
324 vlVaQueryConfigAttributes(VADriverContextP ctx,VAConfigID config_id,VAProfile * profile,VAEntrypoint * entrypoint,VAConfigAttrib * attrib_list,int * num_attribs) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_priv.h43 /* entrypoint */
54 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
62 * Size (in bytes) of dispatch function (entrypoint).
H A Dglapi_entrypoint.c90 * Generate a dispatch function (entrypoint) which jumps through
120 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
122 GLubyte * const code = (GLubyte *) entrypoint;
301 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
303 unsigned int *code = (unsigned int *) entrypoint;
328 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
331 (void) entrypoint;
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_priv.h43 /* entrypoint */
54 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
62 * Size (in bytes) of dispatch function (entrypoint).
H A Dglapi_entrypoint.c90 * Generate a dispatch function (entrypoint) which jumps through
120 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
122 GLubyte * const code = (GLubyte *) entrypoint;
301 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
303 unsigned int *code = (unsigned int *) entrypoint;
330 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
333 (void) entrypoint;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dconfig.c114 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
127 if ((entrypoint == VAEntrypointVLD) &&
145 } else if ((entrypoint == VAEntrypointEncSlice) &&
184 } else if (entrypoint == VAEntrypointVideoProc) {
205 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
227 if (entrypoint != VAEntrypointVideoProc) {
232 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_UNKNOWN;
272 switch (entrypoint) {
281 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM;
292 config->entrypoint
383 vlVaQueryConfigAttributes(VADriverContextP ctx,VAConfigID config_id,VAProfile * profile,VAEntrypoint * entrypoint,VAConfigAttrib * attrib_list,int * num_attribs) argument
[all...]
H A Dcontext.c246 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_UNKNOWN) {
248 config->profile, config->entrypoint,
251 config->profile, config->entrypoint,
260 context->templat.entrypoint = config->entrypoint;
275 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE) {
291 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE) {
315 context->desc.base.entry_point = config->entrypoint;
316 if (config->entrypoint == PIPE_VIDEO_ENTRYPOINT_ENCODE) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_multiview.c49 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); local in function:shader_writes_to_memory
51 nir_foreach_block(block, entrypoint) {
119 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); local in function:nir_shader_uses_view_index
121 nir_foreach_block(block, entrypoint) {
139 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader_no_position); local in function:shader_only_position_uses_view_index
142 nir_foreach_block(block, entrypoint) {
218 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); local in function:nir_lower_multiview
235 nir_cf_list_extract(&body, &entrypoint->body);
238 nir_builder_init(&b, entrypoint);
239 b.cursor = nir_after_cf_list(&entrypoint
[all...]
H A Dnir_lower_is_helper_invocation.c107 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); local in function:nir_lower_is_helper_invocation
110 nir_builder_init(&b, entrypoint);
111 b.cursor = nir_before_cf_list(&entrypoint->body);
113 nir_variable *is_helper = nir_local_variable_create(entrypoint,
H A Dnir_lower_io_to_temporaries.c39 nir_function_impl *entrypoint; member in struct:lower_io_state
101 } else if (impl == state->entrypoint) {
279 if (impl == state->entrypoint) {
326 nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint, argument
337 state.entrypoint = entrypoint;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_video.h76 enum pipe_video_entrypoint entrypoint,
83 enum pipe_video_entrypoint entrypoint);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_video.h76 enum pipe_video_entrypoint entrypoint,
83 enum pipe_video_entrypoint entrypoint);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c38 nir_function_impl *entrypoint; member in struct:lower_io_state
95 } else if (impl == state->entrypoint) {
113 if (impl == state->entrypoint) {
147 nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint, argument
156 state.entrypoint = entrypoint;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_multiview.c181 /* This pass assumes a single entrypoint */
182 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); local in function:anv_nir_lower_multiview
197 nir_builder_init(&b, entrypoint);
198 b.cursor = nir_before_cf_list(&entrypoint->body);
217 nir_builder_init(&state.builder, entrypoint);
220 nir_foreach_block(block, entrypoint) {
257 assert(view_index->parent_instr->block == nir_start_block(entrypoint));
280 nir_metadata_preserve(entrypoint, nir_metadata_block_index |
283 nir_metadata_preserve(entrypoint, nir_metadata_all);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_entrypoints_gen.py189 /** Return true if the core version or extension in which the given entrypoint
345 # Extensions which require this entrypoint
368 def __init__(self, name, entrypoint):
370 self.alias = entrypoint
371 self.device_command = entrypoint.device_command
443 for entrypoint in extension.findall('./require/command'):
444 fullname = entrypoint.attrib['name']
457 for entrypoint in extension.findall('./require/command'):
458 fullname = entrypoint.attrib['name']
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_entrypoints_gen.py189 /** Return true if the core version or extension in which the given entrypoint
345 # Extensions which require this entrypoint
368 def __init__(self, name, entrypoint):
370 self.alias = entrypoint
371 self.device_command = entrypoint.device_command
443 for entrypoint in extension.findall('./require/command'):
444 fullname = entrypoint.attrib['name']
457 for entrypoint in extension.findall('./require/command'):
458 fullname = entrypoint.attrib['name']
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_multiview.c161 /* This pass assumes a single entrypoint */
162 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); local in function:anv_nir_lower_multiview
164 nir_builder_init(&state.builder, entrypoint);
167 nir_foreach_block(block, entrypoint) {
204 assert(view_index->parent_instr->block == nir_start_block(entrypoint));
227 nir_metadata_preserve(entrypoint, nir_metadata_block_index |

Completed in 19 milliseconds

123456