Home
last modified time | relevance | path

Searched refs:SetFormat (Results 1 – 25 of 25) sorted by relevance

/external/deqp-deps/amber/src/
Dbuffer_test.cc41 b.SetFormat(&fmt); in TEST_F()
57 b.SetFormat(&fmt); in TEST_F()
74 b.SetFormat(&fmt); in TEST_F()
90 b.SetFormat(&fmt); in TEST_F()
106 b.SetFormat(&fmt); in TEST_F()
121 b.SetFormat(&fmt); in TEST_F()
143 b.SetFormat(&fmt); in TEST_F()
163 b.SetFormat(&fmt); in TEST_F()
186 b.SetFormat(&fmt); in TEST_F()
213 b1.SetFormat(&fmt); in TEST_F()
[all …]
Dshader_compiler_test.cc104 shader.SetFormat(kShaderFormatGlsl); in TEST_F()
123 shader.SetFormat(kShaderFormatSpirvAsm); in TEST_F()
143 shader.SetFormat(kShaderFormatSpirvHex); in TEST_F()
160 shader.SetFormat(kShaderFormatSpirvHex); in TEST_F()
209 shader.SetFormat(kShaderFormatSpirvAsm); in TEST_F()
233 shader.SetFormat(kShaderFormatSpirvHex); in TEST_F()
252 shader.SetFormat(kShaderFormatGlsl); in TEST_F()
273 shader.SetFormat(kShaderFormatGlsl); in TEST_F()
300 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
322 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
[all …]
Dverifier_test.cc675 probe_ssbo.SetFormat(&fmt); in TEST_F()
701 probe_ssbo.SetFormat(&fmt); in TEST_F()
728 probe_ssbo.SetFormat(&fmt); in TEST_F()
759 probe_ssbo.SetFormat(&fmt); in TEST_F()
785 probe_ssbo.SetFormat(&fmt); in TEST_F()
813 probe_ssbo.SetFormat(&fmt); in TEST_F()
844 probe_ssbo.SetFormat(&fmt); in TEST_F()
870 probe_ssbo.SetFormat(&fmt); in TEST_F()
898 probe_ssbo.SetFormat(&fmt); in TEST_F()
929 probe_ssbo.SetFormat(&fmt); in TEST_F()
[all …]
Dpipeline_test.cc419 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
464 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
503 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
553 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
639 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
682 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
723 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
843 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
878 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
Dshader.h39 void SetFormat(ShaderFormat fmt) { shader_format_ = fmt; } in SetFormat() function
Dscript_test.cc44 shader->SetFormat(kShaderFormatGlsl); in TEST_F()
50 shader->SetFormat(kShaderFormatSpirvAsm); in TEST_F()
Dbuffer.h85 void SetFormat(Format* format) { in SetFormat() function
Dpipeline.cc476 buf->SetFormat(fmt.get()); in CreatePushConstantBuffer()
495 buf->SetFormat(fmt.get()); in GenerateDefaultColorAttachmentBuffer()
510 buf->SetFormat(fmt.get()); in GenerateDefaultDepthStencilAttachmentBuffer()
871 buffer->SetFormat(fmt.get()); in GenerateOpenCLPodBuffers()
Dcommand.h453 void SetFormat(Format* fmt) { format_ = fmt; } in SetFormat() function
/external/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h122 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
149 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
154 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition()
159 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
167 ? SetFormat(ParseDigits(format_).format) in ParseWidth()
172 : SetFormat(ConsumeFront(format_)) in ParseWidth()
187 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
189 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
194 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength()
204 .SetFormat(ConsumeFront(format_)); in ParseConversion()
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dchecker.h117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
144 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
149 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition()
154 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
162 ? SetFormat(ParseDigits(format_).format) in ParseWidth()
167 : SetFormat(ConsumeFront(format_)) in ParseWidth()
182 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
184 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
189 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength()
199 .SetFormat(ConsumeFront(format_)); in ParseConversion()
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h103 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
130 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
135 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition()
140 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
148 ? SetFormat(ParseDigits(format_).format) in ParseWidth()
153 : SetFormat(ConsumeFront(format_)) in ParseWidth()
168 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
170 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
175 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength()
185 .SetFormat(ConsumeFront(format_)); in ParseConversion()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h122 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
149 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
154 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition()
159 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
167 ? SetFormat(ParseDigits(format_).format) in ParseWidth()
172 : SetFormat(ConsumeFront(format_)) in ParseWidth()
187 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
189 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
194 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength()
204 .SetFormat(ConsumeFront(format_)); in ParseConversion()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
144 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
149 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition()
154 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
162 ? SetFormat(ParseDigits(format_).format) in ParseWidth()
167 : SetFormat(ConsumeFront(format_)) in ParseWidth()
182 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
184 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
189 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength()
199 .SetFormat(ConsumeFront(format_)); in ParseConversion()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h129 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
156 return SetFormat(i.format).SetError(!Contains(args_[i.value - 1], conv)); in VerifyPositional()
161 return SetFormat(arg.format).SetArgPosition(arg.value); in ParseArgPosition()
166 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
176 return SetFormat(ParseDigits(format_).format); in ParseWidth()
181 return SetFormat(ConsumeFront(format_)).ConsumeNextArg('*'); in ParseWidth()
198 return SetFormat(ConsumeFront(format_, 2)).ConsumeNextArg('*'); in ParsePrecision()
201 return SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
207 return SetFormat(ConsumeAnyOf(format_, "lLhjztq")); in ParseLength()
223 return ConsumeNextArg(first_char).SetFormat(ConsumeFront(format_)); in ParseConversion()
/external/deqp-deps/amber/src/vkscript/
Dparser.cc136 shader->SetFormat(section.format); in ProcessShaderBlock()
184 .buffer->SetFormat(fmt.get()); in ProcessRequireBlock()
208 depth_buf->SetFormat(fmt.get()); in ProcessRequireBlock()
305 b->SetFormat(fmt.get()); in ProcessIndicesBlock()
440 buffer->SetFormat(headers[i].format); in ProcessVertexDataBlock()
Dcommand_parser.cc600 buf->SetFormat(fmt.get()); in ProcessSSBO()
650 buf->SetFormat(fmt.get()); in ProcessSSBO()
763 buf->SetFormat(fmt.get()); in ProcessUniform()
2077 buffer->SetFormat(fmt.get()); in ProcessProbeSSBO()
2085 cmd->SetFormat(fmt.get()); in ProcessProbeSSBO()
/external/deqp-deps/amber/src/vulkan/
Dpush_constant.cc126 buffer_->SetFormat(input.buffer->GetFormat()); in UpdateMemoryWithInput()
Dengine_vulkan.cc508 buf->SetFormat(&fmt); in DoDrawRect()
596 buf->SetFormat(&fmt); in DoDrawGrid()
Dvertex_buffer_test.cc151 buffer->SetFormat(format); in SetData()
/external/deqp-deps/amber/samples/
Dimage_diff.cc176 buffers[i].SetFormat(&fmt); in main()
/external/webrtc/modules/audio_processing/test/
Daudio_processing_simulator.cc385 fwd_frame_.SetFormat(input_sample_rate_hz, input_num_channels); in SetupBuffersConfigsOutputs()
386 rev_frame_.SetFormat(reverse_input_sample_rate_hz, in SetupBuffersConfigsOutputs()
Daudio_processing_simulator.h36 void SetFormat(int sample_rate_hz, int num_channels) { in SetFormat() function
/external/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc234 hr += streamConfig->SetFormat(pmt); in SetCameraOutput()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc483 shader->SetFormat(kShaderFormatSpirvAsm); in ParseShaderBlock()
499 shader->SetFormat(format); in ParseShaderBlock()
2111 buffer->SetFormat(fmt.get()); in ParseBuffer()
2191 buffer->SetFormat(fmt.get()); in ParseImage()
2200 buffer->SetFormat(fmt.get()); in ParseImage()
2214 buffer->SetFormat(fmt.get()); in ParseImage()
2327 buffer->SetFormat(fmt.get()); in ParseBufferInitializer()
2334 buffer->SetFormat(fmt.get()); in ParseBufferInitializer()
3432 probe->SetFormat(buffer->GetFormat()); in ParseExpect()