Searched refs:patch0_patch_data_offset (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ | ||
| H A D | si_shader_llvm_tess.c | 131 LLVMValueRef patch0_patch_data_offset = get_tcs_out_patch0_patch_data_offset(ctx); local in function:get_tcs_out_current_patch_data_offset 135 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset); |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ | ||
| H A D | radv_nir_to_llvm.c | 424 LLVMValueRef patch0_patch_data_offset = local in function:get_tcs_out_current_patch_data_offset 430 patch0_patch_data_offset); |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ | ||
| H A D | si_shader.c | 389 LLVMValueRef patch0_patch_data_offset = local in function:get_tcs_out_current_patch_data_offset 394 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset); |
Completed in 18 milliseconds