/external/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 258 if (vue_map->varying_to_slot[varying + VARYING_SLOT_PATCH0] == -1) { in brw_compute_tess_vue_map() 259 assign_vue_slot(vue_map, varying + VARYING_SLOT_PATCH0, slot++); in brw_compute_tess_vue_map() 307 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) { in brw_print_vue_map() 309 vue_map->slot_to_varying[i] - VARYING_SLOT_PATCH0); in brw_print_vue_map()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 165 if (attr >= VARYING_SLOT_PATCH0) { in tgsi_get_gl_varying_semantic() 167 *semantic_index = attr - VARYING_SLOT_PATCH0; in tgsi_get_gl_varying_semantic()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_set_program_inouts.cpp | 104 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX); in mark() 105 bitfield = BITFIELD64_BIT(idx - VARYING_SLOT_PATCH0); in mark()
|
D | gl_nir_linker.c | 343 loc_bias = VARYING_SLOT_PATCH0; in add_vars_with_modes()
|
D | link_varyings.cpp | 432 location_start = VARYING_SLOT_PATCH0; in compute_variable_location_slot() 655 (field->patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0); in validate_explicit_variable_location()
|
D | ast_to_hir.cpp | 3313 var->data.location = qual_location + VARYING_SLOT_PATCH0; in apply_explicit_location() 7528 (fields[i].patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0); in ast_process_struct_or_iface_block_members() 8032 expl_location += this->layout.flags.q.patch ? VARYING_SLOT_PATCH0 in hir()
|
D | linker.cpp | 3939 loc_bias = int(VARYING_SLOT_PATCH0); in add_interface_variables()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 97 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX); in set_io_mask() 98 bitfield = BITFIELD64_BIT(idx - VARYING_SLOT_PATCH0); in set_io_mask() 316 if (semantics.location >= VARYING_SLOT_PATCH0) { in gather_intrinsic_info() 324 semantics.location -= VARYING_SLOT_PATCH0; in gather_intrinsic_info()
|
D | nir_linking_helpers.c | 45 var->data.location - VARYING_SLOT_PATCH0 : var->data.location; in get_variable_io_mask() 344 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_all_used_slots() 353 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_used_slot() 392 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in remap_slots_and_components() 1236 if (location >= VARYING_SLOT_PATCH0) in get_linked_variable_location() 1237 return location - VARYING_SLOT_PATCH0 + 4; in get_linked_variable_location()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.h | 330 #define VARYING_SLOT_PATCH0 (VARYING_SLOT_MAX) macro 331 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING)
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_tess_eval.cpp | 32 (input->data.location >= VARYING_SLOT_PATCH0 && in do_process_inputs()
|
D | sfn_nir_lower_tess_io.cpp | 59 if (var->data.location >= VARYING_SLOT_PATCH0) { in get_tcs_varying_offset() 60 return 0x10 * (var->data.location - VARYING_SLOT_PATCH0) + 0x20; in get_tcs_varying_offset()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 186 int param = name >= VARYING_SLOT_PATCH0 || in get_dw_address_from_generic_indices() 252 param_index_base = name >= VARYING_SLOT_PATCH0 || in get_tcs_tes_buffer_address_from_generic_indices() 396 assert((semantic >= VARYING_SLOT_PATCH0 || in si_nir_load_tcs_varyings() 439 assert((semantic >= VARYING_SLOT_PATCH0 || in si_nir_load_input_tes() 484 if ((semantic >= VARYING_SLOT_PATCH0 || semantic == VARYING_SLOT_TESS_LEVEL_INNER || in si_nir_store_output_tcs()
|
D | si_shader.c | 72 if (semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_PATCH0 + 30) in si_shader_io_get_unique_index_patch() 73 return 2 + (semantic - VARYING_SLOT_PATCH0); in si_shader_io_get_unique_index_patch()
|
D | si_state_shaders.c | 2699 (semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_TESS_MAX)) { in si_create_shader_selector()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tess.c | 428 assert(location >= VARYING_SLOT_PATCH0 && in build_per_vertex_offset() 430 unsigned index = location - VARYING_SLOT_PATCH0; in build_per_vertex_offset()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 1619 GLuint patch_attr = VARYING_SLOT_PATCH0 + attr; in st_translate_common_program() 1656 GLuint patch_attr = VARYING_SLOT_PATCH0 + attr; in st_translate_common_program()
|
D | st_glsl_to_tgsi.cpp | 2677 if (decl->mesa_index >= VARYING_SLOT_PATCH0) { in shrink_array_declarations() 2679 BITFIELD64_BIT(decl->mesa_index - VARYING_SLOT_PATCH0 + j)) in shrink_array_declarations() 2696 if (decl->mesa_index >= VARYING_SLOT_PATCH0) { in shrink_array_declarations() 2698 BITFIELD64_BIT(decl->mesa_index - VARYING_SLOT_PATCH0 + j)) in shrink_array_declarations() 2721 if (decl->mesa_index >= VARYING_SLOT_PATCH0) in shrink_array_declarations() 2722 *patch_usage_mask |= BITFIELD64_BIT(decl->mesa_index - VARYING_SLOT_PATCH0 + j); in shrink_array_declarations() 2757 if (decl->mesa_index >= VARYING_SLOT_PATCH0) in mark_array_io() 2758 *patch_usage_mask |= BITFIELD64_BIT(decl->mesa_index - VARYING_SLOT_PATCH0 + j); in mark_array_io()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 112 (location >= VARYING_SLOT_VAR0 && location < VARYING_SLOT_PATCH0)) { in ntt_get_gl_varying_semantic()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 1342 location += vtn_var->patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0; in var_decoration_cb()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 566 if (!(ctx->shader->info.patch_outputs_read & (1U << (location - VARYING_SLOT_PATCH0)))) in store_tcs_output()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4255 slot -= VARYING_SLOT_PATCH0; in tcs_compare_intrin_with_mask()
|