Home
last modified time | relevance | path

Searched refs:FRAG_RESULT_DATA7 (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/
H A Dshader_enums.c376 ENUM(FRAG_RESULT_DATA7), in gl_frag_result_name()
H A Dshader_enums.h917 FRAG_RESULT_DATA7, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp323 (var->data.location <= FRAG_RESULT_DATA7)))); in var_can_rewrite_slot()
H A Dsfn_shader_fs.cpp490 semantics.location <= FRAG_RESULT_DATA7)) { in emit_export_pixel()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c361 semantic >= FRAG_RESULT_DATA0 && semantic <= FRAG_RESULT_DATA7) { in scan_io_usage()
H A Dsi_shader_llvm_ps.c482 if (semantic >= FRAG_RESULT_DATA0 && semantic <= FRAG_RESULT_DATA7) { in si_llvm_ps_build_end()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c252 case FRAG_RESULT_DATA7: in get_semantic_ps_outname()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c199 color_regid[7] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA7); in fd4_program_emit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c281 color_regid[7] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA7); in fd5_program_emit()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c901 dump_output(out, so, FRAG_RESULT_DATA7, "data7"); in ir3_shader_disasm()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c493 color_regid[7] = ir3_find_output_regid(fs, FRAG_RESULT_DATA7);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c513 assert(location >= FRAG_RESULT_DATA0 && location <= FRAG_RESULT_DATA7); in fs_fb_fetch()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp11366 for (unsigned slot = FRAG_RESULT_DATA0; slot < FRAG_RESULT_DATA7 + 1; ++slot) {
11424 for (unsigned i = FRAG_RESULT_DATA0; i < FRAG_RESULT_DATA7 + 1; ++i) {

Completed in 34 milliseconds