Searched refs:vs_in (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.emptystructreturn.vert.out | 61 Name 6 "vs_in" 72 6(vs_in): TypeStruct 73 7: TypePointer Function 6(vs_in) 77 19: TypePointer Input 6(vs_in) 85 21: 6(vs_in) Load 20(i) 87 25: 6(vs_in) Load 18(i)
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io_types.c | 81 get_deref_offset(struct lower_io_types_state *state, nir_deref *tail, bool vs_in) in get_deref_offset() argument 95 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_deref_offset() 103 offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset() 130 bool vs_in = (state->shader->info.stage == MESA_SHADER_VERTEX) && in lower_io_types_block() local 132 if (glsl_count_attribute_slots(var->type, vs_in) == 1) in lower_io_types_block() 135 unsigned off = get_deref_offset(state, &intr->variables[0]->deref, vs_in); in lower_io_types_block()
|
D | nir_lower_io_arrays_to_elements.c | 38 bool vs_in = (b->shader->info.stage == MESA_SHADER_VERTEX) && in get_io_offset() local 58 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_io_offset()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.emptystructreturn.vert | 1 struct vs_in 9 vs_out main (vs_in i)
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2696 bool vs_in, unsigned *vertex_index_out, in get_deref_offset() argument 2737 unsigned size = glsl_count_attribute_slots(tail->type, vs_in); in get_deref_offset() 2757 const_offset += glsl_count_attribute_slots(ft, vs_in); in get_deref_offset() 3191 bool vs_in = ctx->stage == MESA_SHADER_VERTEX && in visit_load_var() local 3193 get_deref_offset(ctx, instr->variables[0], vs_in, NULL, NULL, in visit_load_var()
|