Searched refs:rel_patch_id (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 371 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() local 373 return LLVMBuildMul(ctx->ac.builder, patch_stride, rel_patch_id, ""); in get_tcs_in_current_patch_offset() 381 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() local 385 rel_patch_id, ""), in get_tcs_out_current_patch_offset() 395 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local 399 rel_patch_id, ""), in get_tcs_out_current_patch_data_offset() 959 LLVMValueRef rel_patch_id, in get_tcs_tes_buffer_address() argument 973 base_addr = LLVMBuildMul(ctx->ac.builder, rel_patch_id, in get_tcs_tes_buffer_address() 981 base_addr = rel_patch_id; in get_tcs_tes_buffer_address() 3080 LLVMValueRef rel_patch_id, in si_write_tess_factors() argument [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 475 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() local 477 return LLVMBuildMul(ctx->builder, patch_stride, rel_patch_id, ""); in get_tcs_in_current_patch_offset() 485 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() local 489 rel_patch_id, ""), in get_tcs_out_current_patch_offset() 499 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local 503 rel_patch_id, ""), in get_tcs_out_current_patch_data_offset() 2798 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_tes_buffer_address() local 2807 base_addr = LLVMBuildMul(ctx->builder, rel_patch_id, in get_tcs_tes_buffer_address() 2815 base_addr = rel_patch_id; in get_tcs_tes_buffer_address() 6346 LLVMValueRef rel_patch_id = unpack_param(&ctx->ac, ctx->abi.tcs_rel_ids, 0, 8); in write_tess_factors() local [all …]
|