| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_disk_cache.c | 116 blob_write_bytes(&blob, shader->system_values, 168 uint32_t *system_values = NULL; local 177 system_values = 179 blob_copy_bytes(&blob, system_values, 222 prog_data, prog_data_size, so_decls, system_values,
|
| crocus_program.c | 448 enum brw_param_builtin *system_values = local 518 system_values[ucp_idx[ucp] + i] = 530 system_values[patch_vert_idx] = 552 uint32_t *img_sv = &system_values[img_idx[img]]; 585 system_values[variable_group_size_idx + i] = 632 system_values = reralloc(mem_ctx, system_values, enum brw_param_builtin, 660 ralloc_free(system_values); 661 system_values = NULL; 684 *out_system_values = system_values; 1187 enum brw_param_builtin *system_values; local 1406 enum brw_param_builtin *system_values = NULL; local 1564 enum brw_param_builtin *system_values; local 1696 enum brw_param_builtin *system_values; local 1825 enum brw_param_builtin *system_values; local 2522 enum brw_param_builtin *system_values; local [all...] |
| crocus_context.h | 381 enum brw_param_builtin *system_values; member in struct:crocus_compiled_shader
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_disk_cache.c | 117 blob_write_bytes(&blob, shader->system_values, 183 uint32_t *system_values = NULL; local 192 system_values = 194 blob_copy_bytes(&blob, system_values, 242 iris_finalize_program(shader, prog_data, so_decls, system_values,
|
| iris_program.c | 76 enum brw_param_builtin *system_values, 84 shader->system_values = system_values; 95 ralloc_steal(shader, shader->system_values); 478 enum brw_param_builtin *system_values = local 550 system_values[ucp_idx[ucp] + i] = 563 system_values[patch_vert_idx] = 586 uint32_t *img_sv = &system_values[img_idx[img]]; 620 system_values[variable_group_size_idx + i] = 633 system_values[work_dim_idx] = BRW_PARAM_BUILTIN_WORK_DIM 1314 enum brw_param_builtin *system_values; local 1496 enum brw_param_builtin *system_values = NULL; local 1678 enum brw_param_builtin *system_values; local 1813 enum brw_param_builtin *system_values; local 1942 enum brw_param_builtin *system_values; local 2234 enum brw_param_builtin *system_values; local [all...] |
| iris_context.h | 493 enum brw_param_builtin *system_values; member in struct:iris_compiled_shader 978 enum brw_param_builtin *system_values,
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| spirv_to_dxil.c | 209 gl_system_value system_values[] = {SYSTEM_VALUE_FIRST_VERTEX, local 212 NIR_PASS_V(nir, dxil_nir_lower_system_values_to_zero, system_values, 213 ARRAY_SIZE(system_values));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_nir.h | 251 struct lp_bld_tgsi_system_values system_values; member in struct:lp_build_nir_soa_context
|
| lp_bld_tgsi.h | 275 const struct lp_bld_tgsi_system_values *system_values; member in struct:lp_build_tgsi_params 577 struct lp_bld_tgsi_system_values system_values; member in struct:lp_build_tgsi_soa_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_internal.h | 88 LLVMValueRef system_values[RADEON_LLVM_MAX_SYSTEM_VALUES]; member in struct:si_shader_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_tgsi.h | 226 const struct lp_bld_tgsi_system_values *system_values, 487 struct lp_bld_tgsi_system_values system_values; member in struct:lp_build_tgsi_soa_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_program.c | 324 enum brw_param_builtin *system_values = local 361 system_values[ucp_idx[ucp] + i] = 373 system_values[patch_vert_idx] = 399 uint32_t *img_sv = &system_values[img_idx[img]]; 451 system_values = reralloc(mem_ctx, system_values, enum brw_param_builtin, 485 ralloc_free(system_values); 486 system_values = NULL; 509 *out_system_values = system_values; 554 enum brw_param_builtin *system_values; local 738 enum brw_param_builtin *system_values = NULL; local 864 enum brw_param_builtin *system_values; local 965 enum brw_param_builtin *system_values; local 1060 enum brw_param_builtin *system_values; local 1319 enum brw_param_builtin *system_values; local [all...] |
| iris_context.h | 267 enum brw_param_builtin *system_values; member in struct:iris_compiled_shader
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_cs.c | 324 struct lp_bld_tgsi_system_values system_values; local 326 memset(&system_values, 0, sizeof(system_values)); 357 system_values.thread_id = LLVMGetUndef(LLVMArrayType(LLVMVectorType(int32_type, cs_type.length), 3)); 359 system_values.thread_id = LLVMBuildInsertValue(builder, system_values.thread_id, tid_vals[i], i, ""); 362 system_values.block_id = LLVMGetUndef(LLVMVectorType(int32_type, 3)); 364 system_values.block_id = LLVMBuildInsertElement(builder, system_values.block_id, gtids[i], lp_build_const_int32(gallivm, i), ""); 367 system_values.grid_size = LLVMGetUndef(LLVMVectorType(int32_type, 3)) [all...] |
| lp_state_fs.c | 615 struct lp_bld_tgsi_system_values system_values; local 617 memset(&system_values, 0, sizeof(system_values)); 620 system_values.front_facing = LLVMBuildTrunc(gallivm->builder, facing, LLVMInt1TypeInContext(gallivm->context), ""); 621 system_values.front_facing = LLVMBuildSExt(gallivm->builder, system_values.front_facing, LLVMInt32TypeInContext(gallivm->context), ""); 622 system_values.view_index = lp_jit_thread_data_raster_state_view_index(gallivm, 919 system_values.sample_mask_in = LLVMBuildLoad(builder, post_depth_sample_mask_in, ""); 922 system_values.sample_mask_in = sample_mask_in; 936 system_values.sample_id = sample_loop_state.counter [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_shader.cpp | 958 bld->system_values.invocation_id = wrap((LOAD(unwrap(iface->loop_var)))); 961 lp_build_print_value(gallivm, "Prologue LOOP Iteration BEGIN:", bld->system_values.invocation_id); 1278 lp_build_print_value(gallivm, "[TCS OUT][VTX] invocation_id: ", bld->system_values.invocation_id); 1287 VEXTRACT(unwrap(bld->system_values.invocation_id), C(0)), 1336 bld->system_values.invocation_id = wrap((LOAD(unwrap(iface->loop_var)))); 1340 lp_build_print_value(gallivm, "Barrier LOOP: InvocationId: \n", bld->system_values.invocation_id); 1587 struct lp_bld_tgsi_system_values system_values; local 1588 memset(&system_values, 0, sizeof(system_values)); 1589 system_values.prim_id = wrap(LOAD(pGsCtx, {0, SWR_GS_CONTEXT_PrimitiveID})) 1815 struct lp_bld_tgsi_system_values system_values; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_llvm.c | 607 const struct lp_bld_tgsi_system_values *system_values, 625 system_values, 1573 struct lp_bld_tgsi_system_values system_values; local 1575 memset(&system_values, 0, sizeof(system_values)); 1622 system_values.instance_id = LLVMGetParam(variant_func, 7); 1634 lp_build_name(system_values.instance_id, "instance_id"); 1745 current_instance = LLVMBuildUDiv(builder, system_values.instance_id, 1780 lp_build_printf(gallivm, " instance_id = %u\n", system_values.instance_id); 1894 system_values.basevertex = lp_build_broadcast_scalar(&blduivec 2243 struct lp_bld_tgsi_system_values system_values; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| swr_shader.cpp | 629 struct lp_bld_tgsi_system_values system_values; local 630 memset(&system_values, 0, sizeof(system_values)); 631 system_values.prim_id = wrap(LOAD(pGsCtx, {0, SWR_GS_CONTEXT_PrimitiveID})); 632 system_values.instance_id = wrap(LOAD(pGsCtx, {0, SWR_GS_CONTEXT_InstanceID})); 686 &system_values, 815 struct lp_bld_tgsi_system_values system_values; local 816 memset(&system_values, 0, sizeof(system_values)); 817 system_values.instance_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_InstanceID})) 1269 struct lp_bld_tgsi_system_values system_values; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_fs.c | 338 struct lp_bld_tgsi_system_values system_values; local 340 memset(&system_values, 0, sizeof(system_values)); 479 consts_ptr, num_consts_ptr, &system_values,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_llvm.c | 977 const struct lp_bld_tgsi_system_values *system_values, 1002 params.system_values = system_values; 1969 struct lp_bld_tgsi_system_values system_values; local 1971 memset(&system_values, 0, sizeof(system_values)); 2021 system_values.instance_id = LLVMGetParam(variant_func, 7); 2023 system_values.base_instance = LLVMGetParam(variant_func, 9); 2025 system_values.draw_id = LLVMGetParam(variant_func, 11); 2026 system_values.view_index = LLVMGetParam(variant_func, 12) 2772 struct lp_bld_tgsi_system_values system_values; local 3363 struct lp_bld_tgsi_system_values system_values; local 3931 struct lp_bld_tgsi_system_values system_values; local [all...] |