Searched refs:interp_type (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_linking_helpers.c | 206 uint8_t *interp_type, in get_slot_component_masks_and_interp_types() argument 234 interp_type[location + i] = in get_slot_component_masks_and_interp_types() 351 uint8_t *interp_type, uint8_t *interp_loc, in compact_components() argument 419 if (interp_type[cursor[interp]] != interp) in compact_components() 492 uint8_t interp_type[32] = {0}; in nir_compact_varyings() local 496 interp_type, interp_loc, in nir_compact_varyings() 500 interp_type, interp_loc, in nir_compact_varyings() 504 compact_components(producer, consumer, comps, interp_type, interp_loc, in nir_compact_varyings()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 5448 unsigned interp_type; in handle_fs_input_decl() local 5450 interp_type = INTERP_SAMPLE; in handle_fs_input_decl() 5453 interp_type = INTERP_CENTROID; in handle_fs_input_decl() 5455 interp_type = INTERP_CENTER; in handle_fs_input_decl() 5457 interp = lookup_interp_param(ctx, variable->data.interpolation, interp_type); in handle_fs_input_decl()
|