Searched refs:buffer_type (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vip.c217 vip_configure_capture_buffers(int buffer_type, VIPINPUTBUFFER * buffer) argument
225 if (buffer_type == VIP_BUFFER_A || buffer_type == VIP_BUFFER_601) {
262 else if (buffer_type == VIP_BUFFER_B) {
297 else if (buffer_type == VIP_BUFFER_ANC || buffer_type == VIP_BUFFER_MSG) {
319 vip_toggle_video_offsets(int buffer_type, VIPINPUTBUFFER * buffer) argument
324 if (buffer_type == VIP_BUFFER_A) {
339 else if (buffer_type == VIP_BUFFER_B) {
354 else if (buffer_type
1276 vip_get_buffer_configuration(int buffer_type,VIPINPUTBUFFER * buffer) argument
[all...]
H A Dcim_rtns.h333 int vip_configure_capture_buffers(int buffer_type, VIPINPUTBUFFER * buffer);
334 int vip_toggle_video_offsets(int buffer_type, VIPINPUTBUFFER * buffer);
367 int vip_get_buffer_configuration(int buffer_type, VIPINPUTBUFFER * buffer);
/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dloader_dri3_helper.h83 loader_dri3_pixmap_buf_id(enum loader_dri3_buffer_type buffer_type) argument
85 if (buffer_type == loader_dri3_buffer_back)
H A Dloader_dri3_helper.c1677 enum loader_dri3_buffer_type buffer_type,
1680 int buf_id = loader_dri3_pixmap_buf_id(buffer_type);
1790 enum loader_dri3_buffer_type buffer_type,
1794 bool fence_await = buffer_type == loader_dri3_buffer_back;
1797 if (buffer_type == loader_dri3_buffer_back) {
1831 if ((buffer_type == loader_dri3_buffer_back ||
1832 (buffer_type == loader_dri3_buffer_front && draw->have_fake_front))
1853 } else if (buffer_type == loader_dri3_buffer_front) {
1891 if (buffer_type == loader_dri3_buffer_back &&
1918 enum loader_dri3_buffer_type buffer_type,
1676 dri3_get_pixmap_buffer(__DRIdrawable * driDrawable,unsigned int format,enum loader_dri3_buffer_type buffer_type,struct loader_dri3_drawable * draw) argument
1788 dri3_get_buffer(__DRIdrawable * driDrawable,unsigned int format,enum loader_dri3_buffer_type buffer_type,struct loader_dri3_drawable * draw) argument
1917 dri3_free_buffers(__DRIdrawable * driDrawable,enum loader_dri3_buffer_type buffer_type,struct loader_dri3_drawable * draw) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader_dri3_helper.h89 loader_dri3_pixmap_buf_id(enum loader_dri3_buffer_type buffer_type) argument
91 if (buffer_type == loader_dri3_buffer_back)
H A Dloader_dri3_helper.c1828 enum loader_dri3_buffer_type buffer_type,
1831 int buf_id = loader_dri3_pixmap_buf_id(buffer_type);
1941 enum loader_dri3_buffer_type buffer_type,
1945 bool fence_await = buffer_type == loader_dri3_buffer_back;
1948 if (buffer_type == loader_dri3_buffer_back) {
1982 if ((buffer_type == loader_dri3_buffer_back ||
1983 (buffer_type == loader_dri3_buffer_front && draw->have_fake_front))
2006 } else if (buffer_type == loader_dri3_buffer_front) {
2044 if (buffer_type == loader_dri3_buffer_back &&
2071 enum loader_dri3_buffer_type buffer_type,
1827 dri3_get_pixmap_buffer(__DRIdrawable * driDrawable,unsigned int format,enum loader_dri3_buffer_type buffer_type,struct loader_dri3_drawable * draw) argument
1939 dri3_get_buffer(__DRIdrawable * driDrawable,unsigned int format,enum loader_dri3_buffer_type buffer_type,struct loader_dri3_drawable * draw) argument
2070 dri3_free_buffers(__DRIdrawable * driDrawable,enum loader_dri3_buffer_type buffer_type,struct loader_dri3_drawable * draw) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.h236 enum __DRIimageBufferMask buffer_type,
H A Dintel_context.c819 enum __DRIimageBufferMask buffer_type)
835 buffer_type,
815 intel_update_image_buffer(struct intel_context * intel,__DRIdrawable * drawable,struct intel_renderbuffer * rb,__DRIimage * buffer,enum __DRIimageBufferMask buffer_type) argument
H A Dintel_mipmap_tree.c315 enum __DRIimageBufferMask buffer_type,
314 intel_miptree_create_for_image_buffer(struct intel_context * intel,enum __DRIimageBufferMask buffer_type,mesa_format format,uint32_t num_samples,struct intel_region * region) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.h236 enum __DRIimageBufferMask buffer_type,
H A Dintel_context.c819 enum __DRIimageBufferMask buffer_type)
835 buffer_type,
815 intel_update_image_buffer(struct intel_context * intel,__DRIdrawable * drawable,struct intel_renderbuffer * rb,__DRIimage * buffer,enum __DRIimageBufferMask buffer_type) argument
H A Dintel_mipmap_tree.c315 enum __DRIimageBufferMask buffer_type,
314 intel_miptree_create_for_image_buffer(struct intel_context * intel,enum __DRIimageBufferMask buffer_type,mesa_format format,uint32_t num_samples,struct intel_region * region) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1749 enum __DRIimageBufferMask buffer_type)
1768 if (buffer_type == __DRI_IMAGE_BUFFER_SHARED) {
1797 buffer_type == __DRI_IMAGE_BUFFER_FRONT &&
1802 if (buffer_type == __DRI_IMAGE_BUFFER_SHARED) {
1745 intel_update_image_buffer(struct brw_context * intel,__DRIdrawable * drawable,struct intel_renderbuffer * rb,__DRIimage * buffer,enum __DRIimageBufferMask buffer_type) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1831 enum __DRIimageBufferMask buffer_type)
1850 if (buffer_type == __DRI_IMAGE_BUFFER_SHARED) {
1879 buffer_type == __DRI_IMAGE_BUFFER_FRONT &&
1884 if (buffer_type == __DRI_IMAGE_BUFFER_SHARED) {
1827 brw_update_image_buffer(struct brw_context * intel,__DRIdrawable * drawable,struct brw_renderbuffer * rb,__DRIimage * buffer,enum __DRIimageBufferMask buffer_type) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c435 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, local in function:create_jit_types
445 buffer_type = create_jit_dvbuffer_type(gallivm, "draw_vertex_buffer");
446 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c1110 const struct dxil_type *buffer_type = dxil_module_get_struct_type(&ctx->mod, name, local in function:emit_cbv
1112 const struct dxil_type *final_type = count != 1 ? dxil_module_get_array_type(&ctx->mod, buffer_type, count) : buffer_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c725 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, local in function:create_jit_types
737 buffer_type = create_jit_dvbuffer_type(gallivm, "draw_vertex_buffer");
738 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0);

Completed in 43 milliseconds