Searched refs:iface (Results 1 - 25 of 141) sorted by relevance

123456

/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dbacklight.c80 b->iface = NULL;
96 if (b->iface == NULL)
113 if (b->iface == NULL)
125 int backlight_open(struct backlight *b, char *iface) argument
129 if (iface != NULL)
138 b->iface = strdup("wscons");
139 if (b->iface == NULL)
149 enum backlight_type backlight_exists(const char *iface) argument
151 if (iface != NULL)
176 __backlight_open(const char *iface, cons argument
195 __backlight_read(const char * iface,const char * file) argument
216 __backlight_write(const char * iface,const char * file,const char * value) argument
247 __backlight_type(const char * iface) argument
286 backlight_exists(const char * iface) argument
297 __backlight_init(struct backlight * b,char * iface,int fd) argument
304 __backlight_direct_init(struct backlight * b,char * iface) argument
318 __backlight_helper_init(struct backlight * b,char * iface) argument
417 backlight_open(struct backlight * b,char * iface) argument
[all...]
H A Dbacklight.h39 char *iface; member in struct:backlight
46 enum backlight_type backlight_exists(const char *iface);
49 int backlight_open(struct backlight *backlight, char *iface);
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dbacklight.c87 b->iface = NULL;
103 if (b->iface == NULL)
120 if (b->iface == NULL)
137 int backlight_open(struct backlight *b, char *iface) argument
141 if (iface != NULL)
150 b->iface = strdup("wscons");
151 if (b->iface == NULL)
161 int backlight_exists(const char *iface) argument
163 return iface == NULL;
186 __backlight_open(const char *iface, cons argument
205 __backlight_read(const char * iface,const char * file) argument
244 __backlight_write(const char * iface,const char * file,const char * value) argument
275 __backlight_type(const char * iface) argument
311 __backlight_exists(const char * iface) argument
322 backlight_exists(const char * iface) argument
327 __backlight_init(struct backlight * b,char * iface,int fd) argument
334 __backlight_direct_init(struct backlight * b,char * iface) argument
348 __backlight_helper_init(struct backlight * b,char * iface) argument
490 backlight_open(struct backlight * b,char * iface) argument
[all...]
H A Dbacklight.h39 char *iface; member in struct:backlight
46 int backlight_exists(const char *iface);
49 int backlight_open(struct backlight *backlight, char *iface);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dgeneral_ir_test.cpp55 const glsl_type *const iface = local in function:TEST_F
65 new(mem_ctx) ir_variable(iface, name, ir_var_uniform);
69 EXPECT_EQ(iface, v->type);
70 EXPECT_EQ(iface, v->get_interface_type());
83 const glsl_type *const iface = local in function:TEST_F
91 glsl_type::get_array_instance(iface, 2);
101 EXPECT_EQ(iface, v->get_interface_type());
H A Dvaryings_test.cpp57 char *interface_field_name(const glsl_type *iface, unsigned field = 0) argument
61 iface->name,
62 iface->fields.structure[field].name);
228 ir_variable *const iface = local in function:TEST_F
233 iface->init_interface_type(simple_interface);
235 ir.push_tail(iface);
247 EXPECT_EQ((void *) iface, entry->data);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dgeneral_ir_test.cpp37 const glsl_type *const iface = local in function:TEST
47 new(mem_ctx) ir_variable(iface, name, ir_var_uniform);
51 EXPECT_EQ(iface, v->type);
52 EXPECT_EQ(iface, v->get_interface_type());
63 const glsl_type *const iface = local in function:TEST
71 glsl_type::get_array_instance(iface, 2);
81 EXPECT_EQ(iface, v->get_interface_type());
H A Dvaryings_test.cpp59 char *interface_field_name(const glsl_type *iface, unsigned field = 0) argument
63 iface->name,
64 iface->fields.structure[field].name);
228 ir_variable *const iface = local in function:TEST_F
233 iface->init_interface_type(simple_interface);
235 ir.push_tail(iface);
247 EXPECT_EQ((void *) iface, entry->data);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_viewport.c58 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
60 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
H A Dst_manager.c69 struct hash_table *stfbi_ht; /* framebuffer iface objects hash table */
214 new_stamp = p_atomic_read(&stfb->iface->stamp);
222 if (!stfb->iface->validate(&st->iface, stfb->iface, stfb->statts,
227 new_stamp = p_atomic_read(&stfb->iface->stamp);
295 st_visual_have_buffers(stfb->iface->visual, 1 << statt))
322 format = stfb->iface->visual->depth_stencil_format;
326 format = stfb->iface->visual->accum_format;
330 format = stfb->iface
[all...]
H A Dst_context.h122 struct st_context_iface iface; member in struct:st_context
392 struct st_framebuffer_iface *iface; member in struct:st_framebuffer
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_viewport.c58 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
60 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
H A Dst_manager.c70 struct hash_table *stfbi_ht; /* framebuffer iface objects hash table */
214 new_stamp = p_atomic_read(&stfb->iface->stamp);
222 if (!stfb->iface->validate(&st->iface, stfb->iface, stfb->statts,
227 new_stamp = p_atomic_read(&stfb->iface->stamp);
299 st_visual_have_buffers(stfb->iface->visual, 1 << statt))
326 format = stfb->iface->visual->depth_stencil_format;
330 format = stfb->iface->visual->accum_format;
334 format = stfb->iface
[all...]
H A Dst_context.h124 struct st_context_iface iface; member in struct:st_context
437 struct st_framebuffer_iface *iface; member in struct:st_framebuffer
H A Dst_cb_eglimage.c173 (struct st_manager *) st->iface.st_context_private;
441 (struct st_manager *) st->iface.st_context_private;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp492 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_iface; local in function:swr_gs_llvm_fetch_input
494 return iface->pBuilder->swr_gs_llvm_fetch_input(gs_iface, bld,
510 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:swr_gs_llvm_emit_vertex
512 iface->pBuilder->swr_gs_llvm_emit_vertex(gs_base, bld,
526 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:swr_gs_llvm_end_primitive
528 iface->pBuilder->swr_gs_llvm_end_primitive(gs_base, bld,
540 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:swr_gs_llvm_epilogue
542 iface->pBuilder->swr_gs_llvm_epilogue(gs_base,
557 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:swr_tcs_llvm_fetch_input
560 return iface
579 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:swr_tcs_llvm_fetch_output
596 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)bld_base->tcs_iface; local in function:swr_tcs_llvm_emit_prologue
604 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)bld_base->tcs_iface; local in function:swr_tcs_llvm_emit_epilogue
621 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:swr_tcs_llvm_store_output
641 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)bld_base->tcs_iface; local in function:swr_tcs_llvm_emit_barrier
657 swr_tes_llvm_iface *iface = (swr_tes_llvm_iface*)tes_iface; local in function:swr_tes_llvm_fetch_vtx_input
675 swr_tes_llvm_iface *iface = (swr_tes_llvm_iface*)tes_iface; local in function:swr_tes_llvm_fetch_patch_input
693 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_iface; local in function:BuilderSWR::swr_gs_llvm_fetch_input
754 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:BuilderSWR::swr_gs_llvm_emit_vertex
872 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:BuilderSWR::swr_gs_llvm_end_primitive
931 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:BuilderSWR::swr_gs_llvm_epilogue
948 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)bld->tcs_iface; local in function:BuilderSWR::swr_tcs_llvm_emit_prologue
969 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)bld->tcs_iface; local in function:BuilderSWR::swr_tcs_llvm_emit_epilogue
995 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:BuilderSWR::swr_tcs_llvm_fetch_input
1077 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:BuilderSWR::swr_tcs_llvm_fetch_output
1168 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:BuilderSWR::swr_tcs_llvm_store_output
1310 swr_tcs_llvm_iface *iface = (swr_tcs_llvm_iface*)tcs_iface; local in function:BuilderSWR::swr_tcs_llvm_emit_barrier
1352 swr_tes_llvm_iface *iface = (swr_tes_llvm_iface*)tes_iface; local in function:BuilderSWR::swr_tes_llvm_fetch_patch_input
1422 swr_tes_llvm_iface *iface = (swr_tes_llvm_iface*)tes_iface; local in function:BuilderSWR::swr_tes_llvm_fetch_vtx_input
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common.c256 struct wsi_interface *iface = wsi->wsi[surface->platform]; local in function:wsi_swapchain_is_present_mode_supported
262 result = iface->get_present_modes(surface, &present_mode_count, NULL);
270 result = iface->get_present_modes(surface, &present_mode_count,
351 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDeviceSurfaceSupportKHR
353 return iface->get_support(surface, wsi_device,
366 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDeviceSurfaceCapabilitiesKHR
372 VkResult result = iface->get_capabilities2(surface, wsi_device, NULL, &caps2);
389 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDeviceSurfaceCapabilities2KHR
391 return iface->get_capabilities2(surface, wsi_device, pSurfaceInfo->pNext,
404 struct wsi_interface *iface local in function:wsi_GetPhysicalDeviceSurfaceCapabilities2EXT
451 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDeviceSurfaceFormatsKHR
466 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDeviceSurfaceFormats2KHR
481 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDeviceSurfacePresentModesKHR
496 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_GetPhysicalDevicePresentRectanglesKHR
511 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_CreateSwapchainKHR
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp285 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_iface; local in function:swr_gs_llvm_fetch_input
287 return iface->pBuilder->swr_gs_llvm_fetch_input(gs_iface, bld_base,
301 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:swr_gs_llvm_emit_vertex
303 iface->pBuilder->swr_gs_llvm_emit_vertex(gs_base, bld_base,
314 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:swr_gs_llvm_end_primitive
316 iface->pBuilder->swr_gs_llvm_end_primitive(gs_base, bld_base,
327 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:swr_gs_llvm_epilogue
329 iface->pBuilder->swr_gs_llvm_epilogue(gs_base, bld_base,
343 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_iface; local in function:BuilderSWR::swr_gs_llvm_fetch_input
366 LOAD(GEP(iface
403 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:BuilderSWR::swr_gs_llvm_emit_vertex
474 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:BuilderSWR::swr_gs_llvm_end_primitive
530 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base; local in function:BuilderSWR::swr_gs_llvm_epilogue
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c236 struct wsi_interface *iface = wsi->wsi[surface->platform]; local in function:wsi_swapchain_is_present_mode_supported
242 result = iface->get_present_modes(surface, &present_mode_count, NULL);
250 result = iface->get_present_modes(surface, &present_mode_count,
800 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_surface_support
802 return iface->get_support(surface, wsi_device,
812 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_surface_capabilities
818 VkResult result = iface->get_capabilities2(surface, wsi_device, NULL, &caps2);
832 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_surface_capabilities2
834 return iface->get_capabilities2(surface, wsi_device, pSurfaceInfo->pNext,
845 struct wsi_interface *iface local in function:wsi_common_get_surface_capabilities2ext
890 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_surface_formats
903 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_surface_formats2
916 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_surface_present_modes
929 struct wsi_interface *iface = wsi_device->wsi[surface->platform]; local in function:wsi_common_get_present_rectangles
943 struct wsi_interface *iface = wsi->wsi[surface->platform]; local in function:wsi_common_create_swapchain
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dprogram_resource.c36 supported_interface_enum(struct gl_context *ctx, GLenum iface) argument
38 switch (iface) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dprogram_resource.c36 supported_interface_enum(struct gl_context *ctx, GLenum iface) argument
38 switch (iface) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniforms.cpp153 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *iface, argument
180 iface->get_internal_ifc_packing(use_std430_as_default)) {
236 const glsl_type *iface = var->get_interface_type(); local in function:calculate_array_size_and_stride
238 if (strcmp(interface_name, iface->name) != 0)
241 for (unsigned i = 0; i < iface->length; i++) {
242 const glsl_struct_field *field = &iface->fields.structure[i];
246 array_stride = get_array_stride(uni, iface, field, interface_name,
H A Dglsl_parser_extras.cpp1997 const glsl_type *iface = local in function:_mesa_glsl_copy_symbols_from_table
1999 if (iface)
2000 dest->add_interface(iface->name, iface, ir_var_shader_in);
2002 iface = src->get_interface("gl_PerVertex", ir_var_shader_out);
2003 if (iface)
2004 dest->add_interface(iface->name, iface, ir_var_shader_out);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp1948 const glsl_type *iface = local in function:_mesa_glsl_copy_symbols_from_table
1950 if (iface)
1951 dest->add_interface(iface->name, iface, ir_var_shader_in);
1953 iface = src->get_interface("gl_PerVertex", ir_var_shader_out);
1954 if (iface)
1955 dest->add_interface(iface->name, iface, ir_var_shader_out);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h253 LLVMValueRef (*interp_fn)(const struct lp_build_fs_iface *iface,
259 void (*fb_fetch)(const struct lp_build_fs_iface *iface,

Completed in 26 milliseconds

123456