Home
last modified time | relevance | path

Searched refs:config1 (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c47 uint32_t config1; member
66 uint32_t config1; member
113 cs->config1 = screen->specs.seamless_cube_map ? in etna_create_sampler_state_state()
234 sv->config1 |= COND(ext, VIVS_TE_SAMPLER_CONFIG1_FORMAT_EXT(format)) | in etna_create_sampler_view_state()
429 /*10380*/ EMIT_STATE(NTE_SAMPLER_CONFIG1(x), ss->config1 | in etna_emit_new_texture_state()
430 sv->config1 | in etna_emit_new_texture_state()
552 /*021C0*/ EMIT_STATE(TE_SAMPLER_CONFIG1(x), ss->config1 | in etna_emit_texture_state()
553 sv->config1 | in etna_emit_texture_state()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp425 EGLConfig config1 = mConfigs[mConfigIndexA]; variable
429 eglGetConfigAttrib(mDisplay, config1, EGL_SURFACE_TYPE, &surfaceType);
434 testWindowCompatibility(config1, config2,
435 areConfigsCompatible(config1, config2, EGL_WINDOW_BIT));
457 EGLConfig config1 = mConfigs[mConfigIndexA]; variable
461 eglGetConfigAttrib(mDisplay, config1, EGL_SURFACE_TYPE, &surfaceType);
466 testPbufferCompatibility(config1, config2,
467 areConfigsCompatible(config1, config2, EGL_PBUFFER_BIT));
/third_party/python/Lib/test/
H A Dtest_ossaudiodev.py97 # config1 (8-bit, mono, 8 kHz) should work on even the most
102 config1 = (ossaudiodev.AFMT_U8, 1, 8000)
105 for config in [config1, config2]:
H A Dtest_logging.py1245 # config1 adds a little to the standard configuration.
1246 config1 = """
1310 config2 = config1.replace("sys.stdout", "sys.stbout")
1313 config3 = config1.replace("formatter=form1", "formatter=misspelled_name")
1343 config5 = config1.replace('class=StreamHandler', 'class=logging.StreamHandler')
1505 def test_config1_ok(self, config=config1):
2301 # config1 adds a little to the standard configuration.
2302 config1 = { variable in ConfigDictTest
2382 # As config1 but with a misspelt level on a handler
2410 # As config1 bu
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h471 __u64 config1; /* extension of config */ member
477 __u64 config2; /* extension of config1 */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1719 BindingTestConfig config1 = {pipelineConstructionType, false, true}; in createMiscTests() local
1725 miscTests->addChild(new PipelineLayoutBindingTestCases(testCtx, "descriptor_bind_test_holes", config1)); in createMiscTests()
/third_party/libbpf/src/
H A Dlibbpf.c10743 attr.config1 = ptr_to_u64(name); /* kprobe_func or uprobe_path */

Completed in 28 milliseconds