Home
last modified time | relevance | path

Searched refs:verifierSuffix (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp782 const char* verifierSuffix = getVerifierSuffix(verifiers[verifierNdx]); \ in init()
787 …plesCase(m_context, (std::string() + "max_color_texture_samples_" + verifierSuffix).c_str(), "… in init()
788 …plesCase(m_context, (std::string() + "max_depth_texture_samples_" + verifierSuffix).c_str(), "… in init()
789 …MaxSamplesCase(m_context, (std::string() + "max_integer_samples_" + verifierSuffix).c_str(), … in init()
791 …ase(m_context, (std::string() + "texture_binding_2d_multisample_" + verifierSuffix).c_str(), "T… in init()
792 …context, (std::string() + "texture_binding_2d_multisample_array_" + verifierSuffix).c_str(), "Te… in init()
793 …ase(m_context, (std::string() + "texture_binding_cube_map_array_" + verifierSuffix).c_str(), "T… in init()
794 …BindingCase(m_context, (std::string() + "texture_binding_buffer_" + verifierSuffix).c_str(), … in init()
796 …e(m_context, (std::string() + "max_vertex_attrib_relative_offset_" + verifierSuffix).c_str(), "Te… in init()
797 …alueCase(m_context, (std::string() + "max_vertex_attrib_bindings_" + verifierSuffix).c_str(), "… in init()
[all …]
Des31fSamplerStateQueryTests.cpp105 const char* verifierSuffix = getVerifierSuffix((VERIFIERS)[verifierNdx]); \ in init()
181 std::string() + states[stateNdx].name + verifierSuffix, in init()
190 std::string() + states[stateNdx].name + verifierSuffix, in init()
199 std::string() + states[stateNdx].name + verifierSuffix, in init()
Des31fFramebufferDefaultStateQueryTests.cpp215 const char* verifierSuffix = getVerifierSuffix(verifiers[verifierNdx]); \ in init()
220 …nTest::DIMENSION_WIDTH, (std::string("framebuffer_default_width_") + verifierSuffix).c_str(), … in init()
221 …est::DIMENSION_HEIGHT, (std::string("framebuffer_default_height_") + verifierSuffix).c_str(), … in init()
222 … verifier, (std::string("framebuffer_default_samples_") + verifierSuffix).c_str(), … in init()
223 … (std::string("framebuffer_default_fixed_sample_locations_") + verifierSuffix).c_str(), "Tes… in init()
Des31fTextureStateQueryTests.cpp107 const char* verifierSuffix = getVerifierSuffix((VERIFIERS)[verifierNdx]); \ in init()
229 std::string() + states[stateNdx].name + verifierSuffix, in init()
239 std::string() + states[stateNdx].name + verifierSuffix, in init()
249 std::string() + states[stateNdx].name + verifierSuffix, in init()
Des31fIndexedStateQueryTests.cpp1475 const char* verifierSuffix = getVerifierSuffix(verifier); \ in init()
1483 const char* verifierSuffix = getVerifierSuffix(verifier); \ in init()
1487 …SampleMaskCase (m_context, (std::string() + "sample_mask_value_" + verifierSuffix).c_str(), "… in init()
1489 …Case (m_context, (std::string() + "max_compute_work_group_count_" + verifierSuffix).c_str(), "Te… in init()
1490 …3Case (m_context, (std::string() + "max_compute_work_group_size_" + verifierSuffix).c_str(), "Te… in init()
1492 …se (m_context, (std::string() + "atomic_counter_buffer_binding_" + verifierSuffix).c_str(), "Tes… in init()
1493 …Case (m_context, (std::string() + "atomic_counter_buffer_start_" + verifierSuffix).c_str(), "Te… in init()
1494 …eCase (m_context, (std::string() + "atomic_counter_buffer_size_" + verifierSuffix).c_str(), "Te… in init()
1496 …se (m_context, (std::string() + "shader_storage_buffer_binding_" + verifierSuffix).c_str(), "Tes… in init()
1497 …Case (m_context, (std::string() + "shader_storage_buffer_start_" + verifierSuffix).c_str(), "Te… in init()
[all …]
Des31fTextureLevelStateQueryTests.cpp1649 const std::string verifierSuffix = getVerifierSuffix(verifiers[verifierNdx]); \ in init()
1674 …FOR_EACH_VERIFIER(new TextureLevelSampleCase (m_context, ("samples" + verifierSuffix).c_str(), … in init()
1675 …extureLevelFixedSamplesCase (m_context, ("fixed_sample_locations" + verifierSuffix).c_str(), "Ver… in init()
1676 …FOR_EACH_VERIFIER(new TextureLevelWidthCase (m_context, ("width" + verifierSuffix).c_str(), … in init()
1677 …FOR_EACH_VERIFIER(new TextureLevelHeightCase (m_context, ("height" + verifierSuffix).c_str(), … in init()
1678 …FOR_EACH_VERIFIER(new TextureLevelDepthCase (m_context, ("depth" + verifierSuffix).c_str(), … in init()
1679 …(new TextureLevelInternalFormatCase (m_context, ("internal_format" + verifierSuffix).c_str(), "V… in init()
1680 …FOR_EACH_VERIFIER(new TextureLevelSizeCase (m_context, ("red_size" + verifierSuffix).c_str(), … in init()
1681 …FOR_EACH_VERIFIER(new TextureLevelSizeCase (m_context, ("green_size" + verifierSuffix).c_str(),… in init()
1682 …FOR_EACH_VERIFIER(new TextureLevelSizeCase (m_context, ("blue_size" + verifierSuffix).c_str(), … in init()
[all …]
Des31fProgramPipelineStateQueryTests.cpp397 const char* verifierSuffix = getVerifierSuffix(verifiers[verifierNdx]); \ in init()
402 …veProgramCase(m_context, verifier, (std::string("active_program_") + verifierSuffix).c_str(), "Tes… in init()
403 …ineProgramCase(m_context, verifier, (std::string("vertex_shader_") + verifierSuffix).c_str(), "Tes… in init()
404 …eProgramCase(m_context, verifier, (std::string("fragment_shader_") + verifierSuffix).c_str(), "Tes… in init()
405 …neProgramCase(m_context, verifier, (std::string("compute_shader_") + verifierSuffix).c_str(), "Tes… in init()
406 …teStatusCase(m_context, verifier, (std::string("validate_status_") + verifierSuffix).c_str(), "Tes… in init()
Des31fBooleanStateQueryTests.cpp129 const char* verifierSuffix = getVerifierSuffix((VERIFIERS)[verifierNdx]); \ in init()
154 …(m_context, verifier, (std::string(isEnableds[testNdx].name) + "_" + verifierSuffix).c_str(), isEn… in init()
Des31fProgramStateQueryTests.cpp819 const char* verifierSuffix = getVerifierSuffix(intVerifiers[verifierNdx]); \ in init()
827 const char* verifierSuffix = getVerifierSuffix(intVec3Verifiers[verifierNdx]); \ in init()
832 …leCase (m_context, verifier, (std::string("program_separable_") + verifierSuffix).c_str(), "… in init()
833 …e (m_context, verifier, (std::string("compute_work_group_size_") + verifierSuffix).c_str(), "Te… in init()
834 …_context, verifier, (std::string("active_atomic_counter_buffers_") + verifierSuffix).c_str(), "Tes… in init()
835 …se (m_context, verifier, (std::string("geometry_shader_state_") + verifierSuffix).c_str(), "T… in init()
836 … (m_context, verifier, (std::string("tesselation_shader_state_") + verifierSuffix).c_str(), "Te… in init()