Searched refs:ptr_parts (Results 1 – 1 of 1) sorted by relevance
1773 LLVMValueRef ptr_parts[2] = { in emit_ssbo_comp_swap_64() local1778 ptr_parts[1] = LLVMBuildTrunc(ctx->ac.builder, ptr_parts[1], ctx->ac.i16, ""); in emit_ssbo_comp_swap_64()1779 ptr_parts[1] = LLVMBuildSExt(ctx->ac.builder, ptr_parts[1], ctx->ac.i32, ""); in emit_ssbo_comp_swap_64()1783 LLVMValueRef ptr = ac_build_gather_values(&ctx->ac, ptr_parts, 2); in emit_ssbo_comp_swap_64()