Home
last modified time | relevance | path

Searched refs:r100 (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c80 static inline void emit_vtx_state(struct r100_context *r100) in emit_vtx_state() argument
82 BATCH_LOCALS(&r100->radeon); in emit_vtx_state()
85 if (r100->radeon.radeonScreen->chip_flags & RADEON_CHIPSET_TCL) { in emit_vtx_state()
103 static void inline emit_tx_setup(struct r100_context *r100, in emit_tx_setup() argument
112 BATCH_LOCALS(&r100->radeon); in emit_tx_setup()
152 static inline void emit_cb_setup(struct r100_context *r100, in emit_cb_setup() argument
162 BATCH_LOCALS(&r100->radeon); in emit_cb_setup()
216 static GLboolean validate_buffers(struct r100_context *r100, in validate_buffers() argument
222 radeon_cs_space_reset_bos(r100->radeon.cmdbuf.cs); in validate_buffers()
224 ret = radeon_cs_space_check_with_bo(r100->radeon.cmdbuf.cs, in validate_buffers()
[all …]
Dradeon_state_init.c262 r100ContextPtr r100 = R100_CONTEXT(ctx); in scl_emit() local
263 BATCH_LOCALS(&r100->radeon); in scl_emit()
274 r100ContextPtr r100 = R100_CONTEXT(ctx); in vec_emit() local
275 BATCH_LOCALS(&r100->radeon); in vec_emit()
286 r100ContextPtr r100 = R100_CONTEXT(ctx); in lit_emit() local
287 BATCH_LOCALS(&r100->radeon); in lit_emit()
298 r100ContextPtr r100 = R100_CONTEXT(ctx); in check_always_ctx() local
302 rrb = radeon_get_colorbuffer(&r100->radeon); in check_always_ctx()
307 drb = radeon_get_depthbuffer(&r100->radeon); in check_always_ctx()
320 r100ContextPtr r100 = R100_CONTEXT(ctx); in ctx_emit_cs() local
[all …]
Dradeon_blit.h31 void r100_blit_init(struct r100_context *r100);
Dmeson.build76 'r100',
Dradeon_state.c2089 r100ContextPtr r100 = R100_CONTEXT(ctx); in radeonPolygonStipple() local
2092 radeon_firevertices(&r100->radeon); in radeonPolygonStipple()
2094 RADEON_STATECHANGE(r100, stp); in radeonPolygonStipple()
2099 r100->hw.stp.cmd[3 + i] = ((GLuint *) mask)[i]; in radeonPolygonStipple()
/third_party/typescript/tests/baselines/reference/
DcontextualSignatureInstantiation1.js8 var r100 = map2(e2); // type arg inference should fail for S since a generic lambda is not inferent… variable
14 var r100 = map2(e2); // type arg inference should fail for S since a generic lambda is not inferent…
DcontextualSignatureInstantiation1.symbols52 var r100 = map2(e2); // type arg inference should fail for S since a generic lambda is not inferent…
53 >r100 : Symbol(r100, Decl(contextualSignatureInstantiation1.ts, 6, 3))
DcontextualSignatureInstantiation1.types39 var r100 = map2(e2); // type arg inference should fail for S since a generic lambda is not inferent…
40 >r100 : <K>(a: string[]) => number[]
/third_party/typescript/tests/cases/compiler/
DcontextualSignatureInstantiation1.ts7 var r100 = map2(e2); // type arg inference should fail for S since a generic lambda is not inferent…
/third_party/mesa3d/docs/relnotes/
D17.1.2.rst91 - r100: Don't assume that the base mipmap of a texture exists
92 - r100,r200: Don't assume glVisual is non-NULL during context creation
93 - r100: Use \_mesa_get_format_base_format in radeon_update_wrapper
D7.9.1.rst138 - r100: revalidate after radeon_update_renderbuffers
D7.10.rst152 - r100: revalidate after radeon_update_renderbuffers
D19.3.0.rst1152 - r100/r200: factor out txformat/txfilter setup from the TFP path.
D20.0.0.rst914 - r100: Use preprocessor to select big vs little endian paths
D21.0.0.rst2234 - mesa: call Driver.TexParameter in glPopAttrib to fix r100, r200, old nouveau
D20.3.0.rst62 - GL_MESA_pack_invert on r100 and vieux
/third_party/boost/libs/regex/test/de_fuzz/
Ddictionary.txt102 r100="[[.alert.]]"
/third_party/mesa3d/
Dmeson_options.txt58 choices : ['auto', 'i915', 'i965', 'r100', 'r200', 'nouveau'],
Dmeson.build174 dri_drivers = ['i915', 'i965', 'r100', 'r200', 'nouveau']
178 dri_drivers = ['r100', 'r200', 'nouveau']
194 with_dri_r100 = dri_drivers.contains('r100')