Searched defs:spr (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); local in function:sp_tgsi_ssbo_lookup
H A Dsp_image.c35 get_image_offset(const struct softpipe_resource *spr, argument
147 get_dimensions(const struct pipe_image_view * iview,const struct softpipe_resource * spr,unsigned tgsi_tex_instr,enum pipe_format pformat,unsigned * width,unsigned * height,unsigned * depth) argument
213 struct softpipe_resource *spr; local in function:sp_tgsi_load
296 struct softpipe_resource *spr; local in function:sp_tgsi_store
629 struct softpipe_resource *spr; local in function:sp_tgsi_op
711 struct softpipe_resource *spr; local in function:sp_tgsi_get_dims
[all...]
H A Dsp_texture.c55 softpipe_resource_layout(struct pipe_screen * screen,struct softpipe_resource * spr,boolean allocate) argument
119 struct softpipe_resource spr; local in function:softpipe_can_create_resource
130 softpipe_displaytarget_layout(struct pipe_screen * screen,struct softpipe_resource * spr,const void * map_front_private) argument
159 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local in function:softpipe_resource_create_front
203 struct softpipe_resource *spr = softpipe_resource(pt); local in function:softpipe_resource_destroy
226 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local in function:softpipe_resource_from_handle
261 struct softpipe_resource *spr = softpipe_resource(pt); local in function:softpipe_resource_get_handle
276 softpipe_get_tex_image_offset(const struct softpipe_resource * spr,unsigned level,unsigned layer) argument
363 struct softpipe_resource *spr = softpipe_resource(resource); local in function:softpipe_transfer_map
460 struct softpipe_resource *spr; local in function:softpipe_transfer_unmap
489 struct softpipe_resource *spr; local in function:softpipe_user_buffer_create
[all...]
H A Dsp_tex_sample.c3589 const struct softpipe_resource *spr = (struct softpipe_resource *)resource; local in function:softpipe_create_sampler_view
/src/sys/arch/powerpc/powerpc/
H A Dfixup.c132 const u_int spr = (rb << 5) | ra; local in function:powerpc_fixup_stubs
141 const u_int spr = (rb << 5) | ra; local in function:powerpc_fixup_stubs
H A Ddb_disasm.c796 u_int spr; local in function:disasm_fields
/src/sys/arch/evbppc/nintendo/
H A Dpic_pi.c106 pi_ipi_ack(const u_int cpu_num, register_t spr) argument
124 register_t spr = mfspr(SPR_SCR); local in function:pi_get_irq
H A Dmachdep.c383 register_t scratch, spr; local in function:initppc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp328 struct swr_resource *spr = swr_resource(resource); local in function:swr_store_dirty_resource
H A Dswr_context.cpp102 struct swr_resource *spr = swr_resource(resource); local in function:swr_transfer_map
186 struct swr_resource *spr = swr_resource(transfer->resource); local in function:swr_transfer_flush_region
221 struct swr_resource *spr = swr_resource(transfer->resource); local in function:swr_transfer_unmap
[all...]
H A Dswr_screen.cpp999 struct swr_resource *spr = swr_resource(pt); local in function:swr_resource_destroy
1052 struct swr_resource *spr = swr_resource(resource); local in function:swr_flush_frontbuffer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c56 struct softpipe_resource *spr; local in function:sp_tgsi_load
114 struct softpipe_resource *spr; local in function:sp_tgsi_store
31 get_dimensions(const struct pipe_shader_buffer * bview,const struct softpipe_resource * spr,unsigned * width) argument
298 struct softpipe_resource *spr; local in function:sp_tgsi_op
353 struct softpipe_resource *spr; local in function:sp_tgsi_get_dims
[all...]
H A Dsp_image.c35 get_image_offset(const struct softpipe_resource *spr, argument
147 get_dimensions(const struct pipe_image_view * iview,const struct softpipe_resource * spr,unsigned tgsi_tex_instr,enum pipe_format pformat,unsigned * width,unsigned * height,unsigned * depth) argument
213 struct softpipe_resource *spr; local in function:sp_tgsi_load
315 struct softpipe_resource *spr; local in function:sp_tgsi_store
662 struct softpipe_resource *spr; local in function:sp_tgsi_op
744 struct softpipe_resource *spr; local in function:sp_tgsi_get_dims
[all...]
H A Dsp_texture.c55 softpipe_resource_layout(struct pipe_screen * screen,struct softpipe_resource * spr,boolean allocate) argument
119 struct softpipe_resource spr; local in function:softpipe_can_create_resource
130 softpipe_displaytarget_layout(struct pipe_screen * screen,struct softpipe_resource * spr,const void * map_front_private) argument
159 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local in function:softpipe_resource_create_front
203 struct softpipe_resource *spr = softpipe_resource(pt); local in function:softpipe_resource_destroy
226 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local in function:softpipe_resource_from_handle
261 struct softpipe_resource *spr = softpipe_resource(pt); local in function:softpipe_resource_get_handle
276 softpipe_get_tex_image_offset(const struct softpipe_resource * spr,unsigned level,unsigned layer) argument
363 struct softpipe_resource *spr = softpipe_resource(resource); local in function:softpipe_transfer_map
460 struct softpipe_resource *spr; local in function:softpipe_transfer_unmap
489 struct softpipe_resource *spr; local in function:softpipe_user_buffer_create
[all...]
H A Dsp_tex_sample.c3575 const struct softpipe_resource *spr = (struct softpipe_resource *)resource; local in function:softpipe_create_sampler_view
/src/sys/dev/marvell/
H A Dmvspi.c156 uint32_t ctl = 0, spr, sppr; local in function:mvspi_configure
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.cpp102 struct swr_resource *spr = swr_resource(resource); local in function:swr_transfer_map
186 struct swr_resource *spr = swr_resource(transfer->resource); local in function:swr_transfer_flush_region
221 struct swr_resource *spr = swr_resource(transfer->resource); local in function:swr_transfer_unmap
[all...]
H A Dswr_draw.cpp368 struct swr_resource *spr = swr_resource(resource); local in function:swr_store_dirty_resource
H A Dswr_screen.cpp951 struct swr_resource *spr = swr_resource(pt); local in function:swr_resource_destroy
1005 struct swr_resource *spr = swr_resource(resource); local in function:swr_flush_frontbuffer
[all...]
/src/sbin/pppoectl/
H A Dpppoectl.c89 static struct spppauthcfg spr; variable in typeref:struct:spppauthcfg
[all...]
/src/sys/arch/powerpc/oea/
H A Dcpu_subr.c382 register_t spr; local in function:cpu_features_enable
824 register_t spr; local in function:cpu_setup
[all...]
/src/sys/dev/pci/
H A Dwcfb.c797 uint32_t spr, splr; local in function:wcfb_rop_jfb
/src/sys/arch/amiga/amiga/
H A Dcustom.h173 } spr[8]; member in struct:Custom
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.h511 struct radeon_state_atom spr; member in struct:r200_hw_state
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.h511 struct radeon_state_atom spr; member in struct:r200_hw_state

Completed in 59 milliseconds

12