Searched refs:double_inputs_read (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c95 const uint64_t double_inputs_read = local in function:emit_vertex_input
96 vs_prog_data->double_inputs_read & inputs_read;
99 const uint32_t elements_double = double_inputs_read >> VERT_ATTRIB_GENERIC0;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h1061 GLbitfield64 double_inputs_read; member in struct:brw_vs_prog_data
H A Dbrw_vec4.cpp2868 prog_data->double_inputs_read = shader->info.vs.double_inputs;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c97 const uint64_t double_inputs_read = local in function:emit_vertex_input
98 vs_prog_data->double_inputs_read & inputs_read;
101 const uint32_t elements_double = double_inputs_read >> VERT_ATTRIB_GENERIC0;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.h1301 GLbitfield64 double_inputs_read; member in struct:brw_vs_prog_data
H A Dbrw_vec4.cpp2906 prog_data->double_inputs_read = nir->info.vs.double_inputs;

Completed in 30 milliseconds