Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c98 const uint64_t double_inputs_read = in emit_vertex_input() local
99 vs_prog_data->double_inputs_read & inputs_read; in emit_vertex_input()
102 const uint32_t elements_double = double_inputs_read >> VERT_ATTRIB_GENERIC0; in emit_vertex_input()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1319 uint64_t double_inputs_read; member
Dbrw_vec4.cpp2554 prog_data->double_inputs_read = nir->info.vs.double_inputs; in brw_compile_vs()