/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_exec.c | 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() 178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() 179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j]; in vs_exec_run_linear() 180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j]; in vs_exec_run_linear() 181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j]; in vs_exec_run_linear()
|
D | draw_gs.c | 189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0]; in draw_geometry_fetch_outputs() 190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0]; in draw_geometry_fetch_outputs() 191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]; in draw_geometry_fetch_outputs() 192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0]; in draw_geometry_fetch_outputs()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_vs_exec.c | 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() 178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() 179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j]; in vs_exec_run_linear() 180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j]; in vs_exec_run_linear() 181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j]; in vs_exec_run_linear()
|
D | draw_gs.c | 189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0]; in draw_geometry_fetch_outputs() 190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0]; in draw_geometry_fetch_outputs() 191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]; in draw_geometry_fetch_outputs() 192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0]; in draw_geometry_fetch_outputs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sol_state.c | 130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer; in upload_3dstate_so_decl_list() 132 int vert_result = linked_xfb_info->Outputs[i].OutputRegister; in upload_3dstate_so_decl_list() 134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1; in upload_3dstate_so_decl_list() 138 assert(linked_xfb_info->Outputs[i].NumComponents == 1); in upload_3dstate_so_decl_list() 141 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset; in upload_3dstate_so_decl_list() 154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]); in upload_3dstate_so_decl_list() 156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents; in upload_3dstate_so_decl_list()
|
D | gen6_sol.c | 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; in gen6_update_sol_surfaces() 56 linked_xfb_info->Outputs[i].DstOffset; in gen6_update_sol_surfaces() 59 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
|
D | brw_gs.c | 215 linked_xfb_info->Outputs[i].OutputRegister; in populate_key() 217 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset]; in populate_key()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | gen7_sol_state.c | 130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer; in upload_3dstate_so_decl_list() 132 int vert_result = linked_xfb_info->Outputs[i].OutputRegister; in upload_3dstate_so_decl_list() 134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1; in upload_3dstate_so_decl_list() 138 assert(linked_xfb_info->Outputs[i].NumComponents == 1); in upload_3dstate_so_decl_list() 141 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset; in upload_3dstate_so_decl_list() 154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]); in upload_3dstate_so_decl_list() 156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents; in upload_3dstate_so_decl_list()
|
D | gen6_sol.c | 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; in gen6_update_sol_surfaces() 56 linked_xfb_info->Outputs[i].DstOffset; in gen6_update_sol_surfaces() 59 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
|
D | brw_gs.c | 215 linked_xfb_info->Outputs[i].OutputRegister; in populate_key() 217 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset]; in populate_key()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/ |
D | Blit.vs | 17 // Outputs the homogenous position as-is. 18 // Outputs a tex coord with (0,0) in the upper-left corner of the screen and (1,1) in the bottom ri… 32 // Outputs the homogenous position as-is. 33 // Outputs a tex coord with (0,1) in the upper-left corner of the screen and (1,0) in the bottom ri…
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F); in init_machine() 400 check_float(machine->Outputs[attr][0]); in run_vp() 401 check_float(machine->Outputs[attr][1]); in run_vp() 402 check_float(machine->Outputs[attr][2]); in run_vp() 403 check_float(machine->Outputs[attr][3]); in run_vp() 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); in run_vp() 415 ASSERT(machine->Outputs[0][3] != 0.0F); in run_vp() 419 machine->Outputs[0][0], in run_vp() 420 machine->Outputs[0][1], in run_vp() 421 machine->Outputs[0][2], in run_vp() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_vb_program.c | 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F); in init_machine() 400 check_float(machine->Outputs[attr][0]); in run_vp() 401 check_float(machine->Outputs[attr][1]); in run_vp() 402 check_float(machine->Outputs[attr][2]); in run_vp() 403 check_float(machine->Outputs[attr][3]); in run_vp() 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); in run_vp() 415 ASSERT(machine->Outputs[0][3] != 0.0F); in run_vp() 419 machine->Outputs[0][0], in run_vp() 420 machine->Outputs[0][1], in run_vp() 421 machine->Outputs[0][2], in run_vp() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_fs_exec.c | 147 sizeof(machine->Outputs[i])); in exec_run() 151 &machine->Outputs[i], in exec_run() 160 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j]; in exec_run() 168 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].f[j]; in exec_run()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_fs_exec.c | 147 sizeof(machine->Outputs[i])); in exec_run() 151 &machine->Outputs[i], in exec_run() 160 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j]; in exec_run() 168 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].f[j]; in exec_run()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_fragprog.c | 232 machine->Outputs[FRAG_RESULT_COLOR]); in run_program() 243 machine->Outputs[FRAG_RESULT_DATA0 + buf]); in run_program() 250 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2]; in run_program()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 232 machine->Outputs[FRAG_RESULT_COLOR]); in run_program() 243 machine->Outputs[FRAG_RESULT_DATA0 + buf]); in run_program() 250 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2]; in run_program()
|
/external/chromium_org/tools/grit/ |
D | grit_info.py | 21 def Outputs(filename, defines, ids_file, target_platform=None): function 158 for f in Outputs(filename, defines,
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.h | 64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_execute.h | 64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 105 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec.gypi | 15 # Outputs some low-level debug files.
|
/external/chromium_org/components/policy/tools/ |
D | make_policy_zip.py | 36 outputs = grit_info.Outputs(grd_file, grit_defines,
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_printing_dev.idl | 29 * Outputs the default print settings for the default printer into
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 1872 info->Outputs[info->NumOutputs].ComponentOffset = 0; in store() 1876 info->Outputs[info->NumOutputs].ComponentOffset = in store() 1882 info->Outputs[info->NumOutputs].OutputRegister = in store() 1884 info->Outputs[info->NumOutputs].NumComponents = num_components; in store() 1885 info->Outputs[info->NumOutputs].OutputBuffer = buffer; in store() 1886 info->Outputs[info->NumOutputs].DstOffset = info->BufferStride[buffer]; in store() 2201 ralloc_free(prog->LinkedTransformFeedback.Outputs); in store_tfeedback_info() 2216 prog->LinkedTransformFeedback.Outputs = in store_tfeedback_info()
|