/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_fragcolor.c | 80 out->data.location = FRAG_RESULT_DATA0; in lower_fragcolor_instr() 83 b->shader->info.outputs_written |= BITFIELD64_BIT(FRAG_RESULT_DATA0); in lower_fragcolor_instr() 90 out_color->data.location = FRAG_RESULT_DATA0 + i; in lower_fragcolor_instr() 94 b->shader->info.outputs_written |= BITFIELD64_BIT(FRAG_RESULT_DATA0 + i); in lower_fragcolor_instr()
|
D | nir_lower_clamp_color_outputs.c | 52 out->data.location >= FRAG_RESULT_DATA0); in is_color_output()
|
D | nir_lower_alpha_test.c | 82 out->data.location != FRAG_RESULT_DATA0) in nir_lower_alpha_test()
|
D | nir_lower_blend.c | 339 var->data.location < FRAG_RESULT_DATA0)) in nir_lower_blend_instr() 345 (var->data.location - FRAG_RESULT_DATA0); in nir_lower_blend_instr()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_alpha_to_coverage.c | 89 BITFIELD64_BIT(FRAG_RESULT_DATA0)))) in brw_nir_lower_alpha_to_coverage() 128 location == FRAG_RESULT_DATA0) { in brw_nir_lower_alpha_to_coverage()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 188 if (frag_result >= FRAG_RESULT_DATA0) { in tgsi_get_gl_frag_result_semantic() 190 *semantic_index = frag_result - FRAG_RESULT_DATA0; in tgsi_get_gl_frag_result_semantic()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 229 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DATA0 + buf)) { in run_program() 231 machine->Outputs[FRAG_RESULT_DATA0 + buf]); in run_program()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 236 info->fs.outputs_read = s->info.outputs_read >> FRAG_RESULT_DATA0; in GENX() 237 info->fs.outputs_written = s->info.outputs_written >> FRAG_RESULT_DATA0; in GENX()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 212 case FRAG_RESULT_DATA0: in get_semantic_ps_outname() 221 info->index = var->data.location - FRAG_RESULT_DATA0; in get_semantic_ps_outname() 222 if (var->data.location == FRAG_RESULT_DATA0 && in get_semantic_ps_outname()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_shader.c | 268 var->data.location < FRAG_RESULT_DATA0)) in panvk_adjust_rt_type() 274 (var->data.location - FRAG_RESULT_DATA0); in panvk_adjust_rt_type() 384 nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_DATA0 + rt); in panvk_lower_blend()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 848 FRAG_RESULT_DATA0 = 4, enumerator 860 #define FRAG_RESULT_MAX (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS)
|
D | shader_enums.c | 364 ENUM(FRAG_RESULT_DATA0), in gl_frag_result_name()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_draw_helpers.c | 170 if (var->data.location < FRAG_RESULT_DATA0 && var->data.location != FRAG_RESULT_COLOR) in nir_lower_aaline_block() 265 if (var->data.location < FRAG_RESULT_DATA0 && var->data.location != FRAG_RESULT_COLOR) in nir_lower_aapoint_block()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 103 semantic = FRAG_RESULT_DATA0; in scan_io_usage() 172 semantic >= FRAG_RESULT_DATA0 && semantic <= FRAG_RESULT_DATA7) { in scan_io_usage() 173 unsigned index = semantic - FRAG_RESULT_DATA0; in scan_io_usage() 466 info->colors_written = nir->info.outputs_written >> FRAG_RESULT_DATA0; in si_nir_scan_shader()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_logic_ops.c | 369 (loc < FRAG_RESULT_DATA0 || in v3d_nir_lower_logic_ops_block() 370 loc >= FRAG_RESULT_DATA0 + V3D_MAX_DRAW_BUFFERS)) { in v3d_nir_lower_logic_ops_block()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_dead_builtin_varyings.cpp | 151 if (this->find_frag_outputs && var->data.location == FRAG_RESULT_DATA0 && in visit() 312 FRAG_RESULT_DATA0, "FragData", mode_str, in replace_varyings_visitor()
|
D | lower_blend_equation_advanced.cpp | 481 fb->data.location = FRAG_RESULT_DATA0; in lower_blend_equation_advanced() 514 if (var->data.location == FRAG_RESULT_DATA0 || in lower_blend_equation_advanced()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_blit.c | 40 out->data.location = FRAG_RESULT_DATA0; in agx_build_reload_shader()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 446 (semantic.location >= FRAG_RESULT_DATA0 && in process_store_output() 532 if ((location >= FRAG_RESULT_DATA0 && in emit_store_output() 940 (semantics.location >= FRAG_RESULT_DATA0 && in emit_export_pixel() 1008 (out_var->data.location >= FRAG_RESULT_DATA0 && in emit_export_pixel()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_nir.c | 69 deref->var->data.location != FRAG_RESULT_DATA0) in etna_lower_io()
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_lower_writeout.c | 98 if (var->data.location < FRAG_RESULT_DATA0) in pan_nir_lower_zs_store()
|
D | pan_lower_framebuffer.c | 620 if (var->data.location < FRAG_RESULT_DATA0) in pan_lower_framebuffer() 624 unsigned rt = var->data.location - FRAG_RESULT_DATA0; in pan_lower_framebuffer()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 268 assert(loc == FRAG_RESULT_DATA0 && "todo: MRT"); in agx_emit_fragment_out() 269 unsigned rt = (loc - FRAG_RESULT_DATA0); in agx_emit_fragment_out() 296 assert(loc == FRAG_RESULT_DATA0 && "todo: MRT"); in agx_emit_load_tile() 297 unsigned rt = (loc - FRAG_RESULT_DATA0); in agx_emit_load_tile()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | builtin_variable_test.cpp | 280 EXPECT_GE(FRAG_RESULT_DATA0, var->data.location); in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_nir_passes.c | 228 var->data.location >= FRAG_RESULT_DATA0)); in is_color_output() 565 out->data.location = FRAG_RESULT_DATA0; in d3d12_add_missing_dual_src_target()
|