Home
last modified time | relevance | path

Searched refs:VC4_MAX_SAMPLES (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c81 VC4_MAX_SAMPLES * sizeof(uint32_t)); in vc4_nir_lower_txf_ms_instr()
100 … nir_imm_int(b, 2 * VC4_MAX_SAMPLES * sizeof(uint32_t))), in vc4_nir_lower_txf_ms_instr()
104 VC4_MAX_SAMPLES * in vc4_nir_lower_txf_ms_instr()
Dvc4_context.c162 vc4->sample_mask = (1 << VC4_MAX_SAMPLES) - 1; in vc4_context_create()
Dvc4_qir.h437 struct qreg color_reads[VC4_MAX_SAMPLES];
438 struct qreg sample_colors[VC4_MAX_SAMPLES];
Dvc4_nir_lower_blend.c650 nir_ssa_def *num_samples = nir_imm_float(b, VC4_MAX_SAMPLES); in vc4_nir_lower_blend_instr()
670 for (int i = 0; i < VC4_MAX_SAMPLES; i++) in vc4_nir_lower_blend_instr()
Dvc4_nir_lower_io.c248 VC4_MAX_SAMPLES)) { in vc4_nir_lower_fs_input()
Dvc4_screen.c428 if (sample_count > 1 && sample_count != VC4_MAX_SAMPLES) in vc4_screen_is_format_supported()
Dvc4_resource.c782 uint32_t quad_samples = VC4_MAX_SAMPLES * 4; in vc4_surface_msaa_get_sample()
803 for (int s = 0; s < VC4_MAX_SAMPLES; s++) { in vc4_dump_surface_msaa_char()
Dvc4_state.c82 vc4->sample_mask = sample_mask & ((1 << VC4_MAX_SAMPLES) - 1); in vc4_set_sample_mask()
Dvc4_program.c369 VC4_MAX_SAMPLES * sizeof(uint32_t)); in ntq_emit_txf()
1383 for (int i = 0; i < VC4_MAX_SAMPLES; i++) { in emit_frag_end()
2698 vc4->sample_mask != (1 << VC4_MAX_SAMPLES) - 1); in vc4_update_compiled_fs()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_packet.h125 #define VC4_MAX_SAMPLES 4 macro