HomeSort by relevance Sort by last modified time
    Searched defs:inputs_read (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_gs_visitor.cpp 613 GLbitfield64 inputs_read = shader->info->inputs_read; local
615 &c.input_vue_map, inputs_read,
    [all...]
brw_compiler.h 237 uint64_t inputs_read; member in struct:brw_tes_prog_key
654 GLbitfield64 inputs_read; member in struct:brw_vs_prog_data
  /external/mesa3d/src/compiler/
shader_info.h 55 uint64_t inputs_read; member in struct:shader_info
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 474 prog_data.inputs_read = nir->info->inputs_read;
635 tes_key.inputs_read = tcs_key.outputs_written;
1258 const uint64_t inputs_read = get_vs_prog_data(pipeline)->inputs_read; local
    [all...]
genX_pipeline.c 91 /* Pull inputs_read out of the VS prog data */
92 const uint64_t inputs_read = vs_prog_data->inputs_read; local
94 assert((inputs_read & ((1 << VERT_ATTRIB_GENERIC0) - 1)) == 0);
95 const uint32_t elements = inputs_read >> VERT_ATTRIB_GENERIC0;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 318 uint64_t inputs_read; /* "get_unique_index" bits */ member in struct:si_shader_selector
si_state_shaders.c 899 uint64_t inputs_read = 0; local
905 inputs_read = ps->inputs_read;
909 uint64_t linked = outputs_written & inputs_read;
    [all...]

Completed in 298 milliseconds