Searched defs:outputs (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs.h41 struct r300_shader_semantics outputs; member in struct:r300_vertex_shader
H A Dr300_vs.c108 struct r300_shader_semantics* outputs = &vs->outputs; local
111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
112 outputs->bcolor[1] != ATTR_UNUSED;
119 if (outputs->pos != ATTR_UNUSED) {
120 c->code->outputs[outputs->pos] = reg++;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.h41 struct r300_shader_semantics outputs; member in struct:r300_vertex_shader
H A Dr300_vs.c108 struct r300_shader_semantics* outputs = &vs->outputs; local
111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
112 outputs->bcolor[1] != ATTR_UNUSED;
119 if (outputs->pos != ATTR_UNUSED) {
120 c->code->outputs[outputs->pos] = reg++;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs
[all...]
/external/chromium_org/ash/display/
H A Dprojecting_observer_chromeos_unittest.cc30 ui::DisplayConfigurator::DisplayStateList outputs; local
34 outputs.push_back(state);
37 return outputs;
64 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
65 observer_->OnDisplayModeChanged(outputs);
74 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
75 observer_->OnDisplayModeChanged(outputs);
84 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
85 observer_->OnDisplayModeChanged(outputs);
95 ui::DisplayConfigurator::DisplayStateList outputs local
107 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
117 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
130 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
142 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
161 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
176 ui::DisplayConfigurator::DisplayStateList outputs = CreateOutputs(displays); local
[all...]
/external/chromium_org/tools/gn/
H A Daction_target_generator.cc60 // Action outputs don't depend on the current toolchain so we can skip adding
108 const SubstitutionList& outputs = target_->action_values().outputs(); local
109 if (outputs.list().empty()) {
110 *err_ = Err(function_call_, "Action has no outputs.",
111 "If you have no outputs, the build system can not tell when your\n"
117 if (!outputs.required_types().empty()) {
119 "An action target should have the outputs completely specified. If\n"
125 // A foreach target should always have a pattern in the outputs.
126 if (outputs
[all...]
H A Daction_values.h17 // Holds the values (outputs, args, script name, etc.) for either an action or
34 SubstitutionList& outputs() { return outputs_; } function in class:ActionValues
35 const SubstitutionList& outputs() const { return outputs_; } function in class:ActionValues
37 // Expands the outputs() above to the final SourceFile list.
H A Dsubstitution_writer_unittest.cc29 std::vector<OutputFile> outputs; local
30 SubstitutionWriter::GetListAsOutputFiles(setup.settings(), list, &outputs);
31 ASSERT_EQ(2u, outputs.size());
32 EXPECT_EQ("../../foo/bar/a.cc", outputs[0].value());
33 EXPECT_EQ("../../foo/bar/b.cc", outputs[1].value());
H A Dtool.h90 const SubstitutionList& outputs() const { function in class:Tool
98 // Should match files in the outputs() if nonempty.
153 // Returns true if this tool has separate outputs for dependency tracking
/external/deqp/framework/referencerenderer/
H A DrrVertexPacket.hpp40 * Vertex packet contains inputs and outputs for vertex shading.
47 * outputs that shader can write to. Number of VS outputs is specified
51 * outputs must be allocated memory after the instance.
64 GenericVec4 outputs[1]; //!< Generic vertex shader outputs - passed to subsequent shader stages. Array length is the number of outputs. member in struct:rr::VertexPacket
86 * Vertex packet must have enough space allocated for its outputs.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Daudio_classifier_test.cc29 std::cout << " outputs can be 1 (classification (boolean)) or 2";
44 int outputs = atoi(argv[2]); local
45 if (outputs < 1 || outputs > 2) {
46 std::cout << "Disallowed number of outputs " << outputs << std::endl;
85 if (outputs == 2) {
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc107 const ui::DisplayConfigurator::DisplayStateList& outputs) {
106 OnDisplayModeChanged( const ui::DisplayConfigurator::DisplayStateList& outputs) argument
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.hpp62 std::vector<Symbol> outputs; member in struct:deqp::gls::ShaderExecUtil::ShaderSpec
88 virtual void execute (int numValues, const void* const* inputs, void* const* outputs) = 0;
/external/chromium_org/content/renderer/media/
H A Dmidi_message_filter.cc105 MidiPortInfoList outputs) {
110 client_id, result, inputs, outputs));
117 MidiPortInfoList outputs) {
132 for (size_t i = 0; i < outputs.size(); ++i) {
134 base::UTF8ToUTF16(outputs[i].id),
135 base::UTF8ToUTF16(outputs[i].manufacturer),
136 base::UTF8ToUTF16(outputs[i].name),
137 base::UTF8ToUTF16(outputs[i].version));
101 OnSessionStarted( int client_id, media::MidiResult result, MidiPortInfoList inputs, MidiPortInfoList outputs) argument
113 HandleSessionStarted( int client_id, media::MidiResult result, MidiPortInfoList inputs, MidiPortInfoList outputs) argument
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIAccess.cpp84 MIDIOutputMap* MIDIAccess::outputs() const function in class:blink::MIDIAccess
86 HeapHashMap<String, Member<MIDIOutput> > outputs; local
89 outputs.add(output->id(), output);
91 if (outputs.size() != m_outputs.size()) {
93 outputs.clear();
95 return new MIDIOutputMap(outputs);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h95 LLVMValueRef outputs[RADEON_LLVM_MAX_OUTPUTS][TGSI_NUM_CHANNELS]; member in struct:radeon_llvm_context
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11_unittest.cc55 void set_cached_outputs(const std::vector<DisplaySnapshot*>& outputs) { argument
56 cached_outputs_ = outputs;
172 ScopedVector<DisplaySnapshot> outputs; local
173 outputs.push_back(CreateOutput(1, 10));
174 helper_delegate_->set_cached_outputs(outputs.get());
181 ScopedVector<DisplaySnapshot> outputs; local
182 outputs.push_back(CreateOutput(1, 10));
183 helper_delegate_->set_cached_outputs(outputs.get());
190 ScopedVector<DisplaySnapshot> outputs; local
191 outputs
199 ScopedVector<DisplaySnapshot> outputs; local
208 ScopedVector<DisplaySnapshot> outputs; local
218 ScopedVector<DisplaySnapshot> outputs; local
229 ScopedVector<DisplaySnapshot> outputs; local
251 ScopedVector<DisplaySnapshot> outputs; local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h95 LLVMValueRef outputs[RADEON_LLVM_MAX_OUTPUTS][TGSI_NUM_CHANNELS]; member in struct:radeon_llvm_context
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_linux.cc103 return resources_->outputs[0];
314 RROutput* outputs = NULL; local
319 outputs = resources_.get()->outputs;
323 CurrentTime, 0, 0, mode_id, 1, outputs, number_of_outputs);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsvc_test.cc134 struct vpx_fixed_buf *const outputs,
150 outputs[*frame_received].buf = malloc(frame_size + 16);
151 ASSERT_TRUE(outputs[*frame_received].buf != NULL);
152 memcpy(outputs[*frame_received].buf, cx_pkt->data.frame.buf,
154 outputs[*frame_received].sz = frame_size;
162 struct vpx_fixed_buf *const outputs) {
166 ASSERT_TRUE(outputs != NULL);
188 StoreFrames(n, outputs, &frame_received);
196 StoreFrames(n, outputs, &frame_received);
511 vpx_fixed_buf outputs[ local
133 StoreFrames(const size_t max_frame_received, struct vpx_fixed_buf *const outputs, size_t *const frame_received) argument
160 Pass2EncodeNFrames(std::string *const stats_buf, const int n, const int layers, struct vpx_fixed_buf *const outputs) argument
525 vpx_fixed_buf outputs[10]; local
540 vpx_fixed_buf outputs[20]; local
555 vpx_fixed_buf outputs[10]; local
571 vpx_fixed_buf outputs[10]; local
598 vpx_fixed_buf outputs[20]; local
615 vpx_fixed_buf outputs[20]; local
649 vpx_fixed_buf outputs[10]; local
667 vpx_fixed_buf outputs[10]; local
686 vpx_fixed_buf outputs[10]; local
706 vpx_fixed_buf outputs[10]; local
749 vpx_fixed_buf outputs[10]; local
769 vpx_fixed_buf outputs[10]; local
788 vpx_fixed_buf outputs[10]; local
814 vpx_fixed_buf outputs[10]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_program.c318 GLuint outputs[VERT_RESULT_MAX], numOutputs; local
332 /* make list of outputs to save some time below */
336 outputs[numOutputs++] = i;
398 const GLuint attr = outputs[j];
/external/chromium_org/v8/src/compiler/
H A Dcommon-operator.cc23 int outputs, int controls, const char* mnemonic)
24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic,
22 ControlOperator(IrOpcode::Value opcode, Properties properties, int inputs, int outputs, int controls, const char* mnemonic) argument
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc309 InstructionOperand* outputs[] = { local
327 for (size_t i = 0; i < arraysize(outputs); i++) {
331 TestInstr::New(&zone, 101, i, outputs, j, inputs, k, temps);
337 CHECK_EQ(outputs[z], m->OutputAt(z));
/external/deqp/framework/randomshaders/
H A DrsgShaderGenerator.cpp94 // Create copies from shader inputs to outputs
173 void ShaderGenerator::generate (const ShaderParameters& shaderParams, Shader& shader, const vector<ShaderInput*>& outputs) argument
192 // Init shader outputs.
194 for (vector<ShaderInput*>::const_iterator i = outputs.begin(); i != outputs.end(); i++)
205 // \todo [2011-11-22 pyry] Multiple outputs from fragment shader!
227 // Mandate assignment into to all shader outputs in main()
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py145 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
151 self.outputs = outputs
157 "VALUES": genValues(self.inputs, self.outputs),
238 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs) variable
239 outType = outputs[0].typeString()
240 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
251 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
252 # vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("in0", inputs)], [("out0", outputs)]))

Completed in 1913 milliseconds

1234