HomeSort by: relevance | last modified time | path
    Searched refs:separate (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
039-func-arg-obj-macro-with-comma.c 7 #define foo2(a,b) (a separate b)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
039-func-arg-obj-macro-with-comma.c 7 #define foo2(a,b) (a separate b)
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vue_map.c 63 bool separate,
71 separate = false;
73 if (separate) {
87 vue_map->separate = separate;
176 * For separate shader pipelines, we first assign built-in varyings
200 if (separate) {
224 /* separate isn't really meaningful, but make sure it's initialized */
225 vue_map->separate = false;
249 * described here, but pretending they're separate allows us to uniquel
    [all...]
brw_compiler.h 605 * We separate entries by a cacheline to reduce traffic between EUs writing to
1145 * it contains data for two separate vertices.
1156 * Is this VUE map for a separate shader pipeline?
1164 bool separate; member in struct:brw_vue_map
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
fd6_blitter.c 561 struct pipe_blit_info separate = *info; local
576 separate.mask = PIPE_MASK_R;
577 separate.src.format = PIPE_FORMAT_R8_UINT;
578 separate.dst.format = PIPE_FORMAT_R8_UINT;
579 emit_blit_texture(ring, &separate);
584 separate.mask = PIPE_MASK_R;
585 separate.src.format = PIPE_FORMAT_R32_FLOAT;
586 separate.dst.format = PIPE_FORMAT_R32_FLOAT;
587 emit_blit_texture(ring, &separate);
590 separate.mask = PIPE_MASK_R
633 struct pipe_blit_info separate = *info; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vue_map.c 63 bool separate)
70 separate = false;
72 if (separate) {
86 vue_map->separate = separate;
159 * For separate shader pipelines, we first assign built-in varyings
183 if (separate) {
207 /* separate isn't really meaningful, but make sure it's initialized */
208 vue_map->separate = false;
232 * described here, but pretending they're separate allows us to uniquel
    [all...]
brw_compiler.h 514 * We separate entries by a cacheline to reduce traffic between EUs writing to
910 * it contains data for two separate vertices.
921 * Is this VUE map for a separate shader pipeline?
929 bool separate; member in struct:brw_vue_map
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_trace.spec 64 that enjoys privileged access, or that they do not wish to separate
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_trace.spec 64 that enjoys privileged access, or that they do not wish to separate
  /xsrc/external/mit/fontconfig/dist/doc/
fcatomic.fncs 31 Writing is done to a separate file. Once that file is complete, the original
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
ffvertex_prog.c 1028 const GLboolean separate = p->state->separate_specular; local
1059 if (separate)
1077 if (separate)
1090 if (separate) {
1100 if (twoside && separate) {
1239 if (separate) {
1306 if (separate) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
ffvertex_prog.c 1020 const GLboolean separate = p->state->separate_specular; local
1051 if (separate)
1069 if (separate)
1082 if (separate) {
1092 if (twoside && separate) {
1176 if (separate) {
1231 if (separate) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c 548 bool old_separate = brw->vue_map_geom_out.separate;
561 old_separate != brw->vue_map_geom_out.separate)
768 * separate call from brw_upload_render_state() because it's possible that
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c 482 bool old_separate = brw->vue_map_geom_out.separate;
495 old_separate != brw->vue_map_geom_out.separate)
699 * separate call from brw_upload_render_state() because it's possible that
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_query_renderer.spec 129 separate "on-card" and GART
MESA_texture_array.spec 63 involve using a separate texture unit for each texture map or using 3D
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_query_renderer.spec 129 separate "on-card" and GART
MESA_texture_array.spec 63 involve using a separate texture unit for each texture map or using 3D
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_program.c 1184 if (changed_slots || (old_map && old_map->separate != vue_map->separate)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c 1989 if (changed_slots || (old_map && old_map->separate != vue_map->separate)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_program.c 2093 if (changed_slots || (old_map && old_map->separate != vue_map->separate)) {
  /xsrc/external/mit/xmh/dist/
configure 12223 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
  /xsrc/external/mit/xterm/dist/
configure 771 --disable-color-class disable separate color class resources
19343 echo "$as_me:19343: checking if you want separate color-classes" >&5
19344 echo $ECHO_N "checking if you want separate color-classes... $ECHO_C" >&6
  /xsrc/external/mit/xorg-server/dist/
configure 2170 integrated into Xquartz as a separate thread)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 1958 integrated into Xquartz as a separate thread)
    [all...]

Completed in 72 milliseconds