Searched refs:VC4_MAX_SAMPLES (Results 1 – 10 of 10) sorted by relevance
77 VC4_MAX_SAMPLES * sizeof(uint32_t)); in vc4_nir_lower_txf_ms_instr()96 … nir_imm_int(b, 2 * VC4_MAX_SAMPLES * sizeof(uint32_t))), in vc4_nir_lower_txf_ms_instr()100 VC4_MAX_SAMPLES * in vc4_nir_lower_txf_ms_instr()
216 vc4->sample_mask = (1 << VC4_MAX_SAMPLES) - 1; in vc4_context_create()
547 nir_ssa_def *num_samples = nir_imm_float(b, VC4_MAX_SAMPLES); in vc4_nir_lower_blend_instr()567 for (int i = 0; i < VC4_MAX_SAMPLES; i++) in vc4_nir_lower_blend_instr()
413 struct qreg color_reads[VC4_MAX_SAMPLES];414 struct qreg sample_colors[VC4_MAX_SAMPLES];
329 if (sample_count > 1 && sample_count != VC4_MAX_SAMPLES) in vc4_screen_is_format_supported()
237 VC4_MAX_SAMPLES)) { in vc4_nir_lower_fs_input()
872 uint32_t quad_samples = VC4_MAX_SAMPLES * 4; in vc4_surface_msaa_get_sample()893 for (int s = 0; s < VC4_MAX_SAMPLES; s++) { in vc4_dump_surface_msaa_char()
83 vc4->sample_mask = sample_mask & ((1 << VC4_MAX_SAMPLES) - 1); in vc4_set_sample_mask()
375 VC4_MAX_SAMPLES * sizeof(uint32_t)); in ntq_emit_txf()1386 for (int i = 0; i < VC4_MAX_SAMPLES; i++) { in emit_frag_end()2729 key->sample_coverage = (vc4->sample_mask != (1 << VC4_MAX_SAMPLES) - 1); in vc4_update_compiled_fs()
125 #define VC4_MAX_SAMPLES 4 macro