Searched defs:per_vertex (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 46 const bool per_vertex = nir_is_per_vertex_io(var, shader->info.stage); in get_deref_info() local 201 get_io_offset(nir_deref_instr *deref, bool is_vertex_input, bool per_vertex) in get_io_offset() 234 bool per_vertex = nir_is_per_vertex_io(var, shader->info.stage); in try_mask_partial_io() local
|
D | nir_lower_io.c | 629 const bool per_vertex = nir_is_per_vertex_io(var, b->shader->info.stage); in nir_lower_io_block() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4163 …output_lds_offset(isel_context *ctx, nir_intrinsic_instr *instr = nullptr, bool per_vertex = false) in get_tcs_output_lds_offset() 4238 bool tcs_compare_intrin_with_mask(isel_context *ctx, nir_intrinsic_instr *instr, bool per_vertex, u… in tcs_compare_intrin_with_mask() 4362 bool tcs_output_is_read_by_tes(isel_context *ctx, nir_intrinsic_instr *instr, bool per_vertex) in tcs_output_is_read_by_tes() 4373 bool tcs_output_is_read_by_tcs(isel_context *ctx, nir_intrinsic_instr *instr, bool per_vertex) in tcs_output_is_read_by_tcs() 4384 void visit_store_tcs_output(isel_context *ctx, nir_intrinsic_instr *instr, bool per_vertex) in visit_store_tcs_output() 4424 void visit_load_tcs_output(isel_context *ctx, nir_intrinsic_instr *instr, bool per_vertex) in visit_load_tcs_output()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 8919 const glsl_type *per_vertex = NULL; in remove_per_vertex_blocks() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 7318 const GLchar* per_vertex = ""; in test() local 14635 const GLchar* per_vertex = !isSeparable(test_case_index) ? "" : "out gl_PerVertex {\n" in test() local
|