/third_party/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 259 if (vue_map->varying_to_slot[varying + VARYING_SLOT_PATCH0] == -1) { in brw_compute_tess_vue_map() 260 assign_vue_slot(vue_map, varying + VARYING_SLOT_PATCH0, slot++); in brw_compute_tess_vue_map() 309 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) { in brw_print_vue_map() 311 vue_map->slot_to_varying[i] - VARYING_SLOT_PATCH0); in brw_print_vue_map()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 167 if (attr >= VARYING_SLOT_PATCH0) { in tgsi_get_gl_varying_semantic() 169 *semantic_index = attr - VARYING_SLOT_PATCH0; in tgsi_get_gl_varying_semantic()
|
/third_party/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 | link_varyings.cpp | 305 location_start = VARYING_SLOT_PATCH0; in compute_variable_location_slot() 528 (field->patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0); in validate_explicit_variable_location()
|
D | gl_nir_linker.c | 470 loc_bias = VARYING_SLOT_PATCH0; in add_vars_with_modes()
|
D | ast_to_hir.cpp | 3391 var->data.location = qual_location + VARYING_SLOT_PATCH0; in apply_explicit_location() 7636 (fields[i].patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0); in ast_process_struct_or_iface_block_members() 8154 expl_location += this->layout.flags.q.patch ? VARYING_SLOT_PATCH0 in hir()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_linking_helpers.c | 45 var->data.location - VARYING_SLOT_PATCH0 : var->data.location; in get_variable_io_mask() 382 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_all_used_slots() 391 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in mark_used_slot() 430 unsigned loc_offset = var->data.patch ? VARYING_SLOT_PATCH0 : 0; in remap_slots_and_components() 1618 if (location >= VARYING_SLOT_PATCH0) in get_linked_variable_location() 1619 return location - VARYING_SLOT_PATCH0 + 4; in get_linked_variable_location()
|
D | nir_gather_info.c | 112 if (idx < VARYING_SLOT_PATCH0 || idx >= VARYING_SLOT_TESS_MAX) in set_io_mask() 115 bitfield = BITFIELD64_BIT(idx - VARYING_SLOT_PATCH0); in set_io_mask() 476 if (semantics.location >= VARYING_SLOT_PATCH0 && in gather_intrinsic_info() 485 semantics.location -= VARYING_SLOT_PATCH0; in gather_intrinsic_info()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 373 VARYING_SLOT_PATCH0, enumerator 440 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING)
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | dxil_spirv_nir.c | 455 var->data.location - VARYING_SLOT_PATCH0 : var->data.location; in kill_undefined_varyings() 508 var->data.location - VARYING_SLOT_PATCH0 : in kill_unused_outputs()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 96 if (location >= VARYING_SLOT_PATCH0) { in get_tcs_varying_offset() 97 return 0x10 * (location - VARYING_SLOT_PATCH0) + 0x20; in get_tcs_varying_offset()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 355 return VARYING_SLOT_PATCH0; in svga_tgsi_to_gl_varying_semantic()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tess.c | 444 assert(location >= VARYING_SLOT_PATCH0 && in build_per_vertex_offset() 446 unsigned index = location - VARYING_SLOT_PATCH0; in build_per_vertex_offset()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 1758 if (a_location >= VARYING_SLOT_PATCH0) in variable_location_cmp() 1759 a_location -= VARYING_SLOT_PATCH0; in variable_location_cmp() 1761 if (b_location >= VARYING_SLOT_PATCH0) in variable_location_cmp() 1762 b_location -= VARYING_SLOT_PATCH0; in variable_location_cmp()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compiler.cpp | 525 var->data.location += VARYING_SLOT_PATCH0; in create_varying_from_info() 548 bool is_generic_patch = slot >= VARYING_SLOT_PATCH0; in fill_varyings() 552 slot -= VARYING_SLOT_PATCH0; in fill_varyings()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 92 if (semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_PATCH0 + 30) in si_shader_io_get_unique_index_patch() 93 return 2 + (semantic - VARYING_SLOT_PATCH0); in si_shader_io_get_unique_index_patch() 1507 if ((semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_TESS_MAX) || in si_map_io_driver_location()
|
D | si_shader_info.c | 750 (semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_TESS_MAX)) { in si_nir_scan_shader()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_tess_io_to_mem.c | 183 slot -= VARYING_SLOT_PATCH0; in match_mask()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1393 assert(slot >= VARYING_SLOT_PATCH0); in assign_producer_var_io() 1394 slot -= VARYING_SLOT_PATCH0; in assign_producer_var_io() 1443 assert(slot >= VARYING_SLOT_PATCH0); in assign_consumer_var_io() 1444 slot -= VARYING_SLOT_PATCH0; in assign_consumer_var_io()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 77 if (var->data.location >= VARYING_SLOT_VAR0 && var->data.location < VARYING_SLOT_PATCH0) { in st_nir_fixup_varying_slots()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 1429 location += vtn_var->var->data.patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0; in var_decoration_cb()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 613 (location >= VARYING_SLOT_VAR0 && location < VARYING_SLOT_PATCH0)) { in ntt_get_gl_varying_semantic()
|