Home
last modified time | relevance | path

Searched refs:double_inputs (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h341 uint64_t double_inputs; member
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c546 shader->info.vs.double_inputs |= BITFIELD64_BIT(idx); in gather_intrinsic_info()
966 shader->info.vs.double_inputs = 0; in nir_shader_gather_info()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2554 prog_data->double_inputs_read = nir->info.vs.double_inputs; in brw_compile_vs()