| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 206 const struct dxil_value *cmpval, *newval, *ptr; member in struct:dxil_instr_cmpxchg
|
| H A D | dxil_module.h | 457 dxil_emit_cmpxchg(struct dxil_module *m, const struct dxil_value *cmpval,
|
| H A D | nir_to_dxil.c | 722 const struct dxil_value *cmpval, 734 opcode, handle, coord[0], coord[1], coord[2], cmpval, newval 3393 const struct dxil_value *cmpval = local in function:emit_ssbo_atomic_comp_swap 3398 if (!cmpval || !newval || !handle || !offset) 3410 emit_atomic_cmpxchg(ctx, handle, coord, cmpval, newval); 3472 const struct dxil_value *ptr, *cmpval, *newval, *retval; local in function:emit_shared_atomic_comp_swap 3478 cmpval = get_src(ctx, &intr->src[1], 0, nir_type_uint); 3480 if (!cmpval || !newval) 3483 retval = dxil_emit_cmpxchg(&ctx->mod, cmpval, newval, ptr, false, 719 emit_atomic_cmpxchg(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[3],const struct dxil_value * cmpval,const struct dxil_value * newval) argument
|
| H A D | dxil_module.c | 2924 dxil_emit_cmpxchg(struct dxil_module *m, const struct dxil_value *cmpval, argument 2937 instr->cmpxchg.cmpval = cmpval; 3224 assert(instr->value.id > instr->cmpxchg.cmpval->id); 3229 instr->value.id - instr->cmpxchg.cmpval->id,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2172 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_trunc 2197 cmpval = LLVMBuildBitCast(builder, cmpval, int_vec_type, ""); 2198 mask = lp_build_cmp(&intbld, PIPE_FUNC_GREATER, anosign, cmpval); 2227 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_round 2251 cmpval = LLVMBuildBitCast(builder, cmpval, int_vec_type, ""); 2252 mask = lp_build_cmp(&intbld, PIPE_FUNC_GREATER, anosign, cmpval); 2280 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_floor 2326 cmpval 2355 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_ceil [all...] |
| H A D | lp_bld_sample_soa.c | 933 LLVMValueRef cmpval; local in function:lp_build_sample_image_nearest 934 cmpval = lp_build_sample_comparefunc(bld, coords[4], colors_out[0]); 935 /* this is really just a AND 1.0, cmpval but llvm is clever enough */ 936 colors_out[0] = lp_build_select(&bld->texel_bld, cmpval,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2059 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_trunc 2082 cmpval = LLVMBuildBitCast(builder, cmpval, int_vec_type, ""); 2083 mask = lp_build_cmp(&intbld, PIPE_FUNC_GREATER, anosign, cmpval); 2118 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_round 2140 cmpval = LLVMBuildBitCast(builder, cmpval, int_vec_type, ""); 2141 mask = lp_build_cmp(&intbld, PIPE_FUNC_GREATER, anosign, cmpval); 2169 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_floor 2215 cmpval 2244 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24); local in function:lp_build_ceil [all...] |
| H A D | lp_bld_sample_soa.c | 943 LLVMValueRef cmpval; local in function:lp_build_sample_image_nearest 944 cmpval = lp_build_sample_comparefunc(bld, coords[4], colors_out[0]); 945 /* this is really just a AND 1.0, cmpval but llvm is clever enough */ 946 colors_out[0] = lp_build_select(&bld->texel_bld, cmpval,
|