/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad.h | 78 unsigned mask:4; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | stateblock9.c | 139 nine_state_copy_common(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *mask, const boolean apply, struct nine_range_pool *pool) nine_state_copy_common() argument [all...] |
H A D | nine_limits.h | 47 unsigned mask; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_live_variables.c | 139 uint8_t mask = qir_channels_written(inst); in qir_setup_def() local
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_pbuffer.c | 314 apple_glx_pbuffer_set_event_mask(GLXDrawable drawable, unsigned long mask) in apple_glx_pbuffer_set_event_mask() argument 332 apple_glx_pbuffer_get_event_mask(GLXDrawable drawable, unsigned long *mask) in apple_glx_pbuffer_get_event_mask() argument
|
H A D | apple_glx_context.c | 485 apple_glx_copy_context(void *currentptr, void *srcptr, void *destptr, unsigned long mask, int *errorptr, bool * x11errorptr) apple_glx_copy_context() argument
|
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | pvr_packet_helpers.h | 89 const uint64_t mask = ~0ull >> (64 - width); in __pvr_uint_unpack() local 109 const uint64_t mask = ~0ull >> (64 - width); in __pvr_sint() local 118 const uint64_t mask = ~0ull >> (64 - width); in __pvr_sint_unpack() local 130 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_offset() local 144 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_offset_unpack() local 159 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; __pvr_address() local 170 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; __pvr_address_unpack() local 202 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); __pvr_sfixed() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.c | 227 uint64_t mask = DEBUG_DISK_CACHE_MASK; in brw_get_compiler_config_value() local
|
H A D | brw_vec4_cse.cpp | 117 const uint32_t mask = ((ab_writemask & WRITEMASK_X) ? 0x000000ff : 0) | in operands_match() local
|
H A D | brw_vec4_surface_builder.cpp | 69 const unsigned mask = (1 << n) - 1; in emit_insert() local
|
/third_party/node/deps/zlib/ |
H A D | inftrees.c | 47 unsigned mask; /* mask for low root bits */ in inflate_table() local
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
/third_party/node/deps/brotli/c/enc/ |
H A D | histogram.c | 43 BrotliBuildHistogramsWithContext( const Command* cmds, const size_t num_commands, const BlockSplit* literal_split, const BlockSplit* insert_and_copy_split, const BlockSplit* dist_split, const uint8_t* ringbuffer, size_t start_pos, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, const ContextType* context_modes, HistogramLiteral* literal_histograms, HistogramCommand* insert_and_copy_histograms, HistogramDistance* copy_dist_histograms) BrotliBuildHistogramsWithContext() argument
|
H A D | block_splitter_inc.h | 127 const uint8_t mask = (uint8_t)(1u << (k & 7)); in FindBlocks() local 139 const uint8_t mask = (uint8_t)(1u << (cur_id & 7)); in FindBlocks() local
|
H A D | hash_composite_inc.h | 79 Store(HashComposite* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 85 StoreRange( HashComposite* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pixel.c | 618 GLuint mask = 0; in _mesa_update_pixel() local
|
H A D | stencil.c | 186 stencil_func(struct gl_context *ctx, GLenum func, GLint ref, GLuint mask) in stencil_func() argument 220 _mesa_StencilFunc_no_error(GLenum func, GLint ref, GLuint mask) _mesa_StencilFunc_no_error() argument 228 _mesa_StencilFunc(GLenum func, GLint ref, GLuint mask) _mesa_StencilFunc() argument 466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, GLint ref, GLuint mask) stencil_func_separate() argument 490 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, GLuint mask) _mesa_StencilFuncSeparate_no_error() argument 499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) _mesa_StencilFuncSeparate() argument 521 stencil_mask_separate(struct gl_context *ctx, GLenum face, GLuint mask) stencil_mask_separate() argument 538 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask) _mesa_StencilMaskSeparate_no_error() argument 546 _mesa_StencilMaskSeparate(GLenum face, GLuint mask) _mesa_StencilMaskSeparate() argument [all...] |
H A D | multisample.c | 152 sample_maski(struct gl_context *ctx, GLuint index, GLbitfield mask) in sample_maski() argument 163 _mesa_SampleMaski_no_error(GLuint index, GLbitfield mask) in _mesa_SampleMaski_no_error() argument 170 _mesa_SampleMaski(GLuint index, GLbitfield mask) in _mesa_SampleMaski() argument
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_draw.c | 45 copy_vao(struct gl_context *ctx, const struct gl_vertex_array_object *vao, GLbitfield mask, GLbitfield state, GLbitfield pop_state, int shift, fi_type **data, bool *color0_changed) copy_vao() argument
|
H A D | vbo_save_loopback.c | 159 GLbitfield mask = vao->Enabled & VERT_BIT_MAT_ALL; in _vbo_loopback_vertex_list() local
|
H A D | vbo_exec_draw.c | 127 GLbitfield mask = vao_enabled; in vbo_exec_bind_arrays() local
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program.c | 384 GLbitfield mask = prog->SamplersUsed; in gl_external_samplers() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_tex_src_plane.c | 80 unsigned mask = state->lower_2plane | state->lower_3plane; in assign_extra_samplers() local
|