/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 399 /* Compilation status */ in compile() 400 glw::GLint status = GL_FALSE; in compile() local 410 /* Get compilation status */ in compile() 411 gl.getShaderiv(shader_id, GL_COMPILE_STATUS, &status); in compile() 415 if (GL_TRUE != status) in compile() 529 /* Link status */ in link() 530 glw::GLint status = GL_FALSE; in link() local 573 /* Get link status */ in link() 574 gl.getProgramiv(m_program_object_id, GL_LINK_STATUS, &status); in link() 578 if (GL_TRUE != status) in link() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cBufferStorageTests.cpp | 1082 GLint status = GL_FALSE; in Link() local 1087 /* Get link status */ in Link() 1088 gl.getProgramiv(id, GL_LINK_STATUS, &status); in Link() 1092 if (GL_TRUE != status) in Link() 1188 GLint status = GL_FALSE; in Compile() local 1194 /* Get compilation status */ in Compile() 1195 gl.getShaderiv(id, GL_COMPILE_STATUS, &status); in Compile() 1199 if (GL_TRUE != status) in Compile()
|
H A D | gl4cDirectStateAccessBuffersTests.cpp | 5235 glw::GLint status = GL_FALSE; in BuildProgram() local 5237 gl.getShaderiv(shader[i].id, GL_COMPILE_STATUS, &status); in BuildProgram() 5240 if (GL_FALSE == status) in BuildProgram() 5277 glw::GLint status = GL_FALSE; in BuildProgram() local 5279 gl.getProgramiv(m_po, GL_LINK_STATUS, &status); in BuildProgram() 5281 if (GL_TRUE == status) in BuildProgram()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderCompilationCases.cpp | 1733 GLint status = 0; 1735 gl.getShaderiv(shader, GL_COMPILE_STATUS, &status); 1736 return status != 0; 1947 // Check compilation and linking status here, after all compilation and linking gl calls are made. 2423 GLint status; 2425 gl.getShaderiv(shader, GL_COMPILE_STATUS, &status); 2426 return status != 0;
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderCompilationCases.cpp | 1713 GLint status = 0; 1715 gl.getShaderiv(shader, GL_COMPILE_STATUS, &status); 1716 return status != 0; 1927 // Check compilation and linking status here, after all compilation and linking gl calls are made. 2403 GLint status; 2405 gl.getShaderiv(shader, GL_COMPILE_STATUS, &status); 2406 return status != 0;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 525 static const char * pbc_status_str(enum pbc_status status) in pbc_status_str() argument 527 switch (status) { in pbc_status_str() 559 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ? in hostapd_ctrl_iface_wps_get_status() 561 (hapd->wps_stats.status == WPS_STATUS_FAILURE ? in hostapd_ctrl_iface_wps_get_status() 568 /* If status == Failure - Add possible Reasons */ in hostapd_ctrl_iface_wps_get_status() 569 if(hapd->wps_stats.status == WPS_STATUS_FAILURE && in hostapd_ctrl_iface_wps_get_status() 580 if (hapd->wps_stats.status) { in hostapd_ctrl_iface_wps_get_status() 1651 wpa_printf(MSG_DEBUG, "External MGMT TX status process: %s", cmd); in hostapd_ctrl_iface_mgmt_tx_status_process()
|
/drivers/hdf_core/adapter/platform/pwm/ |
H A D | pwm_stm32f4xx.c | 542 if (config->status == PWM_ENABLE_STATUS) {
|
/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_corex.h | 304 int32_t MmcSendStatus(struct MmcCntlr *cntlr, uint32_t *status);
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_core.h | 142 void (*hardWareStatusGet)(struct HdmiCntlr *cntlr, struct HdmiHardwareStatus *status);
|
/drivers/peripheral/audio/hdi_service/primary_impl/include/ |
H A D | audio_internal.h | 469 int32_t AudioAdapterGetDeviceStatus(struct IAudioAdapter *adapter, struct AudioDeviceStatus *status);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/ |
H A D | stream_pipeline_strategy.cpp | 179 .status_ = std::string(pipeSpecPtr->nodeSpec[j].status), in SelectPipelineSpec()
|
/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_system_service.cpp | 275 int32_t MediaKeySystemService::GetOemCertificateStatus(CertificateStatus &status) in GetOemCertificateStatus() argument
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_nosdk_speed.c | 205 if (urbrecv->status == 0) { in ReapProcess()
|
/third_party/eudev/src/ata_id/ |
H A D | ata_id.c | 103 if (!(io_hdr.status == 0 && in disk_scsi_inquiry_command()
|
/third_party/curl/scripts/ |
H A D | checksrc.pl | 948 if(`git status -s -- "$file"` =~ /^ [MARCU]/) {
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_mmap_emul.c | 375 .status = snd_pcm_generic_status,
|
H A D | pcm_hooks.c | 174 .status = snd_pcm_generic_status,
|
/third_party/backends/backend/genesys/ |
H A D | low.h | 69 #include "status.h" 193 // reads the status of the scanner 196 // reads the status of the scanner reliably. This is done by reading the status twice. The first 200 // reads and prints the scanner status 203 void debug_print_status(DebugMessageHelper& dbg, Status status);
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 697 /* next structure will contain some status which can be requested */ 698 struct st_status *status; member
|
/third_party/icu/icu4c/source/ |
H A D | runConfigureICU | 109 rm -f config.status
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.h | 362 uint8_t status; member 521 /* step status stage of all control transfers */
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu.h | 284 /** Specify fence for which we need to check submission status.*/ 1035 * Query status of Command Buffer Submission 1047 * \note If UMD wants only to check operation status and returned immediately 1067 * \param status - \c [out] '1' for signaled, '0' for timeout 1080 uint32_t *status, uint32_t *first); 1329 * corresponding error status will be returned.
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 289 helpers_changes=$(git status --porcelain src/bpf_helper_defs.h | wc -l)
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc.c | 252 if (!fb_data->status) in radeon_uvd_enc_get_feedback()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 320 * SVGACBHeader structure along with the return status codes. 337 * status SVGA_CB_STATUS_QUEUE_FULL to the status value of the command 375 * The guest is supposed to write SVGA_CB_STATUS_NONE to the status 428 volatile SVGACBStatus status; member 458 * already have SVGA_CB_STATUS_PREEMPTED written into the status
|