Home
last modified time | relevance | path

Searched refs:flat_inputs (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c417 bool flat_inputs[MAX_SLOTS] = {0}; in nir_lower_io_to_vector_impl() local
428 new_inputs, flat_inputs)) in nir_lower_io_to_vector_impl()
480 flat_inputs[loc] : flat_outputs[loc]; in nir_lower_io_to_vector_impl()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h762 sbe.ConstantInterpolationEnable = prog_data->flat_inputs; in blorp_emit_sf_config()
795 sbe.ConstantInterpolationEnable = prog_data->flat_inputs; in blorp_emit_sf_config()
815 sf.ConstantInterpolationEnable = prog_data->flat_inputs; in blorp_emit_sf_config()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h928 uint32_t flat_inputs; member
H A Dbrw_fs.cpp7182 prog_data->flat_inputs = 0;
7197 prog_data->flat_inputs |= 1 << input_index;
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c417 .ConstantInterpolationEnable = wm_prog_data->flat_inputs, in emit_3dstate_sbe()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4662 sbe.ConstantInterpolationEnable = wm_prog_data->flat_inputs; in crocus_emit_sbe()
7116 sf.ConstantInterpolationEnable = wm_prog_data->flat_inputs;
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4328 sbe.ConstantInterpolationEnable = wm_prog_data->flat_inputs; in iris_emit_sbe()

Completed in 41 milliseconds