HomeSort by: relevance | last modified time | path
    Searched defs:opaque (Results 1 - 25 of 38) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_blend_cso.h 42 bool opaque : 1; member in struct:pan_blend_info
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
test-blend.c 32 bool opaque; member in struct:test
50 .opaque = true,
67 .opaque = false,
85 .opaque = false,
102 .opaque = false,
120 .opaque = false,
137 .opaque = false,
153 .opaque = false,
165 .opaque = false,
181 .opaque = false
    [all...]
  /xsrc/external/mit/brotli/dist/c/enc/
memory.h 29 void* opaque; member in struct:MemoryManager
41 void* opaque);
  /xsrc/external/mit/xorg-server/dist/fb/
fbglyph.c 134 Bool opaque; local
164 opaque = TRUE;
191 opaque = FALSE;
219 opaque,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_uniform.h 73 * Base opaque uniform index
75 * If \c gl_uniform_storage::base_type is an opaque type, this
78 * use opaque uniform indices \c index through \c index + \c
86 * Whether this opaque uniform is used in this shader stage.
107 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES]; member in struct:gl_uniform_storage
gl_nir_link_atomics.c 288 struct gl_opaque_uniform_index *opaque = local
289 prog->data->UniformStorage[uniform_loc].opaque + stage;
290 opaque->index = intra_stage_idx;
291 opaque->active = true;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_link_atomics.c 269 struct gl_opaque_uniform_index *opaque = local
270 prog->data->UniformStorage[uniform_loc].opaque + stage;
271 opaque->index = intra_stage_idx;
272 opaque->active = true;
ir_uniform.h 73 * Base opaque uniform index
75 * If \c gl_uniform_storage::base_type is an opaque type, this
78 * use opaque uniform indices \c index through \c index + \c
86 * Whether this opaque uniform is used in this shader stage.
107 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES]; member in struct:gl_uniform_storage
  /xsrc/external/mit/xf86-video-intel/dist/test/
basic-stippledrect.c 19 uint8_t stipple, uint8_t opaque, int tx, int ty,
30 val.fill_style = opaque ? FillOpaqueStippled : FillStippled;
78 uint8_t opaque = rand() % 1; local
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
129 uint8_t opaque = rand() % 1; local
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
190 uint8_t opaque = rand() % 1; local
196 stipple, opaque, tx, ty
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
basic-stippledrect.c 19 uint8_t stipple, uint8_t opaque, int tx, int ty,
30 val.fill_style = opaque ? FillOpaqueStippled : FillStippled;
78 uint8_t opaque = rand() % 1; local
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
129 uint8_t opaque = rand() % 1; local
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
190 uint8_t opaque = rand() % 1; local
196 stipple, opaque, tx, ty
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.h 100 boolean opaque; member in struct:lp_fragment_shader_variant
lp_rast.h 102 unsigned opaque:1; /** Is opaque */ member in struct:lp_rast_shader_inputs
  /xsrc/external/mit/freetype/dist/src/gzip/
zlib.h 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));
82 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
95 opaque before calling the init function. All other fields are set by the
98 The opaque value provided by the application will be passed as the first
101 opaque value.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller.
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
404 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/
xaw.c 105 {LispFunction, Lisp_XawCoerceToListReturnStruct, "xaw-coerce-to-list-return-struct opaque"},
106 {LispFunction, Lisp_XawScrollbarCoerceToReal, "xaw-scrollbar-coerce-to-real opaque"},
148 OPAQUE(asciiSinkObjectClass, xawWidgetClass_t),
151 OPAQUE(asciiSinkObjectClass, xawWidgetClass_t),
154 OPAQUE(asciiTextWidgetClass, xawWidgetClass_t),
157 OPAQUE(boxWidgetClass, xawWidgetClass_t),
160 OPAQUE(commandWidgetClass, xawWidgetClass_t),
163 OPAQUE(dialogWidgetClass, xawWidgetClass_t),
166 OPAQUE(formWidgetClass, xawWidgetClass_t),
169 OPAQUE(gripWidgetClass, xawWidgetClass_t)
290 LispObj *opaque; local
324 LispObj *opaque; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbglyph.c 195 bool opaque; local
226 opaque = TRUE;
248 opaque = FALSE;
270 GXcopy, opaque,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbglyph.c 195 bool opaque; local
226 opaque = TRUE;
248 opaque = FALSE;
270 GXcopy, opaque,
  /xsrc/external/mit/xf86-video-qxl/dist/src/
dfps.c 56 static void dfps_ticker(void *opaque);
74 void *opaque; // also stored in xorg_timer, but needed for timer_start member in struct:FrameTimer
84 timer->func(timer->opaque);
88 static FrameTimer* timer_add(FrameTimerFunc func, void *opaque)
94 timer->opaque = opaque;
109 static void dfps_ticker(void *opaque)
111 qxl_screen_t *qxl = (qxl_screen_t *) opaque;
spiceqxl_main_loop.c 156 void *opaque; // also stored in xorg_timer, but needed for timer_start member in struct:SpiceTimer
166 timer->func(timer->opaque);
170 static SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque)
175 timer->opaque = opaque;
202 void *opaque; member in struct:SpiceWatch
210 static SpiceWatch *watch_add(int fd, int event_mask, SpiceWatchFunc func, void *opaque)
219 watch->opaque = opaque;
300 watch->func(watch->fd, SPICE_WATCH_EVENT_READ, watch->opaque);
343 void *opaque; member in struct:SpiceWatch
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbglyph.c 359 Bool opaque; local
399 opaque = TRUE;
428 opaque = FALSE;
466 opaque,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.h 162 * Whether some primitives can be opaque.
169 boolean opaque; member in struct:lp_fragment_shader_variant
lp_rast.h 113 unsigned opaque:1; /** Is opaque */ member in struct:lp_rast_shader_inputs
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texcompress_etc.c 55 bool opaque; member in struct:etc2_block
357 block->opaque = src[3] & 0x2;
433 /* opaque bit must be set in planar mode */
434 block->opaque = true;
459 /* Use same modifier tables as for etc1 textures if opaque bit is set
462 block->modifier_tables[0] = (!punchthrough_alpha || block->opaque) ?
465 block->modifier_tables[1] = (!punchthrough_alpha || block->opaque) ?
492 if (!block->opaque && idx == 2) {
512 if (!block->opaque && idx == 2) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_etc.c 55 bool opaque; member in struct:etc2_block
357 block->opaque = src[3] & 0x2;
433 /* opaque bit must be set in planar mode */
434 block->opaque = true;
459 /* Use same modifier tables as for etc1 textures if opaque bit is set
462 block->modifier_tables[0] = (!punchthrough_alpha || block->opaque) ?
465 block->modifier_tables[1] = (!punchthrough_alpha || block->opaque) ?
492 if (!block->opaque && idx == 2) {
512 if (!block->opaque && idx == 2) {
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
common_pack.h 147 #define pan_merge(packed1, packed2, type) do { for (unsigned i = 0; i < (PREFIX2(type, LENGTH) / 4); ++i) (packed1).opaque[i] |= (packed2).opaque[i]; } while(0)
334 struct mali_blend_equation_packed { uint32_t opaque[1]; }; member in struct:mali_blend_equation_packed
  /xsrc/external/mit/brotli/dist/c/dec/
decode.c 78 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) {
83 state = (BrotliDecoderState*)alloc_func(opaque, sizeof(BrotliDecoderState));
89 if (!BrotliDecoderStateInit(state, alloc_func, free_func, opaque)) {
94 free_func(opaque, state);
107 void* opaque = state->memory_manager_opaque; local
109 free_func(opaque, state);

Completed in 26 milliseconds

1 2