Home
last modified time | relevance | path

Searched defs:mask (Results 626 - 650 of 2059) sorted by relevance

1...<<21222324252627282930>>...83

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c106 i915_emit_arith(struct i915_fp_compile *p, uint32_t op, uint32_t dest, uint32_t mask, uint32_t saturate, uint32_t src0, uint32_t src1, uint32_t src2) i915_emit_arith() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode.c348 void *ppir_node_create(ppir_block *block, ppir_op op, int index, unsigned mask) in ppir_node_create() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c909 char mask[7]; in trace_dump_blit_info() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c497 unsigned short mask[] = { 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, in lp_build_init() local
H A Dlp_bld_gather.c332 LLVMValueRef mask = LLVMConstAllOnes(i1_vec_type); in lp_build_gather_avx2() local
370 LLVMValueRef mask = LLVMConstAllOnes(src_vec_type); in lp_build_gather_avx2() local
H A Dlp_bld_ir_common.c41 func_ctx(struct lp_exec_mask *mask) in func_ctx() argument
55 mask_has_loop(struct lp_exec_mask *mask) in mask_has_loop() argument
73 mask_has_switch(struct lp_exec_mask *mask) in mask_has_switch() argument
91 mask_has_cond(struct lp_exec_mask *mask) mask_has_cond() argument
102 lp_exec_mask_update(struct lp_exec_mask *mask) lp_exec_mask_update() argument
150 lp_exec_mask_function_init(struct lp_exec_mask *mask, int function_idx) lp_exec_mask_function_init() argument
173 lp_exec_mask_init(struct lp_exec_mask *mask, struct lp_build_context *bld) lp_exec_mask_init() argument
192 lp_exec_mask_fini(struct lp_exec_mask *mask) lp_exec_mask_fini() argument
202 lp_exec_mask_store(struct lp_exec_mask *mask, struct lp_build_context *bld_store, LLVMValueRef val, LLVMValueRef dst_ptr) lp_exec_mask_store() argument
227 lp_exec_bgnloop_post_phi(struct lp_exec_mask *mask) lp_exec_bgnloop_post_phi() argument
239 lp_exec_bgnloop(struct lp_exec_mask *mask, bool load) lp_exec_bgnloop() argument
272 lp_exec_endloop(struct gallivm_state *gallivm, struct lp_exec_mask *mask) lp_exec_endloop() argument
353 lp_exec_mask_cond_push(struct lp_exec_mask *mask, LLVMValueRef val) lp_exec_mask_cond_push() argument
375 lp_exec_mask_cond_invert(struct lp_exec_mask *mask) lp_exec_mask_cond_invert() argument
398 lp_exec_mask_cond_pop(struct lp_exec_mask *mask) lp_exec_mask_cond_pop() argument
410 lp_exec_continue(struct lp_exec_mask *mask) lp_exec_continue() argument
424 lp_exec_break(struct lp_exec_mask *mask, int *pc, bool break_always) lp_exec_break() argument
[all...]
H A Dlp_bld_const.c386 lp_build_const_mask_aos(struct gallivm_state *gallivm, struct lp_type type, unsigned mask, unsigned channels) lp_build_const_mask_aos() argument
412 lp_build_const_mask_aos_swizzled(struct gallivm_state *gallivm, struct lp_type type, unsigned mask, unsigned channels, const unsigned char *swizzle) lp_build_const_mask_aos_swizzled() argument
H A Dlp_bld_format_float.c84 LLVMValueRef is_nan_or_inf, nan_or_inf, mask, i32_src; in lp_build_float_to_smallfloat() local
429 LLVMValueRef shift, mask; in lp_build_rgb9_to_float_helper() local
[all...]
H A Dlp_bld_flow.c126 lp_build_mask_check(struct lp_build_mask_context *mask) in lp_build_mask_check() argument
163 lp_build_mask_begin(struct lp_build_mask_context *mask, struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef value) lp_build_mask_begin() argument
183 lp_build_mask_value(struct lp_build_mask_context *mask) lp_build_mask_value() argument
195 lp_build_mask_update(struct lp_build_mask_context *mask, LLVMValueRef value) lp_build_mask_update() argument
209 lp_build_mask_force(struct lp_build_mask_context *mask, LLVMValueRef value) lp_build_mask_force() argument
219 lp_build_mask_end(struct lp_build_mask_context *mask) lp_build_mask_end() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c58 gather_usage_helper(const nir_deref_instr **deref_ptr, unsigned location, uint8_t mask, uint8_t *usage_mask) gather_usage_helper() argument
108 gather_usage(const nir_deref_instr *deref, uint8_t mask, uint8_t *usage_mask) gather_usage() argument
159 uint8_t mask = nir_ssa_def_components_read(&instr->dest.ssa); gather_intrinsic_load_deref_info() local
229 unsigned mask = nir_ssa_def_components_read(&intr->dest.ssa); scan_instruction() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c119 unsigned name, mask; in scan_src_operand() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c599 prepare_pipe_4_rendering(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned mask) in prepare_pipe_4_rendering() argument
639 unsigned mask = 1 << component; in vl_mc_render_ycbcr() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c194 unsigned mask = (1 << num_channels) - 1; in lower_emit_vertex() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.h125 pan_blend_get_constant(unsigned mask, const float *constants) in pan_blend_get_constant() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp350 Value *mask = bld.getScratch(); in handleEXTBF() local
385 Value *mask = bld.getScratch(); in handleINSBF() local
[all...]
H A Dnv50_ir_lowering_gm107.cpp289 const int mask = suq->tex.mask; in handleSUQ() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.c398 unsigned mask = util_format_get_mask(blit_info->dst.format); in etna_try_blt_blit() local
H A Detnaviv_texture.c66 uint32_t mask = 1 << offset; in etna_bind_sampler_states() local
246 uint32_t mask = 1 << start; in set_sampler_views() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c109 unsigned i, mask = 0xf; in insert() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c390 unsigned mask = coord_mode ? 0b1101 : 0b1001; in fd3_program_emit() local
/third_party/musl/arch/s390x/bits/
H A Duser.h18 unsigned long mask, addr; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c60 uint32_t mask; member
187 vmw_fence_create(struct pb_fence_ops *fence_ops, uint32_t handle, uint32_t seqno, uint32_t mask, int32_t fd) vmw_fence_create() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c343 reg_count_callback(void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) reg_count_callback() argument
H A Dradeon_dataflow_deadcode.c137 static void mark_used(struct deadcode_state * s, rc_register_file file, unsigned int index, unsigned int mask) in mark_used() argument
H A Dradeon_program_print.c153 static void rc_print_mask(FILE * f, unsigned int mask) in rc_print_mask() argument

Completed in 23 milliseconds

1...<<21222324252627282930>>...83