/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmVariablePointersTests.cpp | 379 map<string, string> specs; 381 specs["ExtraCapability"] = extraCap; 382 specs["ExtraTypes"] = ""; 383 specs["ExtraGlobalScopeVars"] = ""; 384 specs["ExtraFunctionScopeVars"] = ""; 385 specs["ExtraSetupComputations"] = ""; 386 specs["ExtraDecorations"] = ""; 387 specs["VarPtrName"] = "%mux_output_var_ptr"; 388 specs["ResultStrategy"] = "%mux_output_var_ptr = OpSelect %sb_f32ptr %is_neg" + muxInput1 + muxInput2 + "\n"; 390 spec.assembly = shaderTemplate.specialize(specs); 1595 map<string, string> specs; global() local 1617 map<string, string> specs; global() local 1639 map<string, string> specs; global() local 1669 map<string, string> specs; global() local 1697 map<string, string> specs; global() local 1725 map<string, string> specs; global() local 1759 map<string, string> specs; global() local 2071 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2095 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2118 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2152 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2178 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2473 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2502 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2530 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2569 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2601 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2709 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local 2724 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local [all...] |
H A D | vktSpvAsm8bitStorageTests.cpp | 1074 map<string, string> specs; in addCompute8bitStorage32To8Group() local 1077 specs["capability"] = CAPABILITIES[STORAGE_BUFFER_TEST].cap; in addCompute8bitStorage32To8Group() 1078 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage32To8Group() 1079 specs["stride"] = cTypes[tyIdx].stride; in addCompute8bitStorage32To8Group() 1080 specs["base32"] = cTypes[tyIdx].base32; in addCompute8bitStorage32To8Group() 1081 specs["base8"] = cTypes[tyIdx].base8; in addCompute8bitStorage32To8Group() 1082 specs["types"] = cTypes[tyIdx].types; in addCompute8bitStorage32To8Group() 1083 specs["convert"] = cTypes[tyIdx].opcode; in addCompute8bitStorage32To8Group() 1085 spec.assembly = shaderTemplate.specialize(specs); in addCompute8bitStorage32To8Group() 1224 map<string, string> specs; in addCompute8bitUniform8To32Group() local 1393 map<string, string> specs; addCompute8bitStoragePushConstant8To32Group() local 1550 map<string, string> specs; addCompute8bitStorage16To8Group() local 1706 map<string, string> specs; addCompute8bitUniform8To16Group() local 1879 map<string, string> specs; addCompute8bitStoragePushConstant8To16Group() local 2188 map<string, string> specs; addCompute8bitStorageUniform8StructTo32StructGroup() local 2410 map<string, string> specs; addCompute8bitStorageUniform32StructTo8StructGroup() local 2625 map<string, string> specs; addCompute8bitStorage8bitStructMixedTypesGroup() local 2859 map<string, string> specs; addGraphics8BitStorageUniformInt32To8Group() local 3079 map<string, string> specs; addGraphics8BitStorageUniformInt8To32Group() local 3276 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3319 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3391 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3435 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3682 map<string, string> specs; addGraphics8BitStorageUniformInt16To8Group() local 3909 map<string, string> specs; addGraphics8BitStorageUniformInt8To16Group() local 4112 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4155 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4229 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4274 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4561 map<string, string> specs; addGraphics8BitStorageUniformStruct8To32Group() local 4834 map<string, string> specs; addGraphics8BitStorageUniformStruct32To8Group() local 5049 map<string, string> specs; addGraphics8bitStorage8bitStructMixedTypesGroup() local [all...] |
H A D | vktSpvAsm16bitStorageTests.cpp | 1272 map<string, string> specs; in addCompute16bitStorageUniform16To32Group() local 1275 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() 1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group() 1277 specs["stride"] = cTypes[capIdx][tyIdx].stride; in addCompute16bitStorageUniform16To32Group() 1278 specs["base32"] = cTypes[capIdx][tyIdx].base32; in addCompute16bitStorageUniform16To32Group() 1279 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group() 1280 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To32Group() 1281 specs["convert"] = "OpFConvert"; in addCompute16bitStorageUniform16To32Group() 1282 specs["constarrayidx"] = de::toString(cTypes[capIdx][tyIdx].constantIndex); in addCompute16bitStorageUniform16To32Group() 1284 specs["arrayinde in addCompute16bitStorageUniform16To32Group() 1422 map<string, string> specs; addCompute16bitStorageUniform16To32Group() local 1662 map<string, string> specs; addCompute16bitStorageUniform16To32ChainAccessGroup() local 1812 map<string, string> specs; addCompute16bitStoragePushConstant16To32Group() local 1940 map<string, string> specs; addCompute16bitStoragePushConstant16To32Group() local 2157 map<string, string> specs; addGraphics16BitStorageUniformInt32To16Group() local 2205 map<string, string> specs; addGraphics16BitStorageUniformInt32To16Group() local 2448 map<string, string> specs; addCompute16bitStorageUniform32To16Group() local 2560 map<string, string> specs; addCompute16bitStorageUniform32To16Group() local 2787 map<string, string> specs; addCompute16bitStorageUniform16StructTo32StructGroup() local 3003 map<string, string> specs; addCompute16bitStorageUniform32StructTo16StructGroup() local 3216 map<string, string> specs; addCompute16bitStructMixedTypesGroup() local 3350 map<string, string> specs; addGraphics16BitStorageUniformFloat32To16Group() local 3459 map<string, string> specs; addGraphics16BitStorageUniformFloat32To16Group() local 3576 map<string, string> specs; addGraphics16BitStorageUniformFloat32To16Group() local 4411 map<string, string> specs; addGraphics16BitStorageInputOutputInt32To16Group() local 4548 map<string, string> specs; addGraphics16BitStorageInputOutputInt16To32Group() local 4668 map<string, string> specs; addGraphics16BitStorageInputOutputInt16To16Group() local 4808 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To32Group() local 4877 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To32Group() local 4952 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To32Group() local 5121 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5164 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5236 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5280 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5533 map<string, string> specs; addGraphics16BitStorageUniformInt16To32Group() local 5703 map<string, string> specs; addGraphics16BitStorageUniformFloat16To32Group() local 5825 map<string, string> specs; addGraphics16BitStorageUniformFloat16To32Group() local 5963 map<string, string> specs; addGraphics16BitStorageUniformFloat16To32Group() local 6203 map<string, string> specs; addGraphics16BitStorageUniformStructFloat16To32Group() local 6440 map<string, string> specs; addGraphics16BitStorageUniformStructFloat32To16Group() local 6647 map<string, string> specs; addGraphics16bitStructMixedTypesGroup() local 6914 map<string, string> specs; addGraphics16BitStorageUniformFloat16To64Group() local 7029 map<string, string> specs; addGraphics16BitStorageUniformFloat16To64Group() local 7167 map<string, string> specs; addGraphics16BitStorageUniformFloat16To64Group() local 7294 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To64Group() local 7336 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To64Group() local 7383 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To64Group() local 7537 map<string, string> specs; addCompute16bitStorageUniform64To16Group() local 7705 map<string, string> specs; addGraphics16BitStorageUniformFloat64To16Group() local 7808 map<string, string> specs; addGraphics16BitStorageUniformFloat64To16Group() local 7927 map<string, string> specs; addGraphics16BitStorageUniformFloat64To16Group() local 8265 map<string, string> specs; addCompute16bitStorageUniform16To64Group() local 8481 map<string, string> specs; addCompute16bitStoragePushConstant16To64Group() local [all...] |
H A D | vktSpvAsmIndexingTests.cpp | 96 map<string, string> specs; in addComputeIndexingStructTests() local 207 specs["accesschain"] = "OpAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 %i3\n"; in addComputeIndexingStructTests() 208 specs["inputdecoration"] = "BufferBlock"; in addComputeIndexingStructTests() 209 specs["inputstorageclass"] = "Uniform"; in addComputeIndexingStructTests() 212 specs["accesschain"] = "OpInBoundsAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 %i3\n"; in addComputeIndexingStructTests() 213 specs["inputdecoration"] = "BufferBlock"; in addComputeIndexingStructTests() 214 specs["inputstorageclass"] = "Uniform"; in addComputeIndexingStructTests() 218 specs["accesschain"] = "OpPtrAccessChain %_ptr_StorageBuffer_float %inputFirstElement %idx_1 %idx_0 %i0 %i1 %i2 %i3\n"; in addComputeIndexingStructTests() 219 specs["inputdecoration"] = "Block"; in addComputeIndexingStructTests() 220 specs["inputstorageclas in addComputeIndexingStructTests() 318 map<string, string> specs; addGraphicsIndexingStructTests() local 711 map<string, string> specs; addComputeIndexingNon16BaseAlignmentTests() local [all...] |
H A D | vktSpvAsmConditionalBranchTests.cpp | 62 map<string, string> specs; in addComputeSameLabelsTest() local 118 specs["condition"] = conditions[conditionIdx]; in addComputeSameLabelsTest() 119 spec.assembly = shaderSource.specialize(specs); in addComputeSameLabelsTest() 150 map<string, string> specs; in addGraphicsSameLabelsTest() local 213 specs["condition"] = conditions[conditionIdx]; in addGraphicsSameLabelsTest() 214 fragments["testfun"] = testFun.specialize(specs); in addGraphicsSameLabelsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmVariablePointersTests.cpp | 379 map<string, string> specs; 381 specs["ExtraCapability"] = extraCap; 382 specs["ExtraTypes"] = ""; 383 specs["ExtraGlobalScopeVars"] = ""; 384 specs["ExtraFunctionScopeVars"] = ""; 385 specs["ExtraSetupComputations"] = ""; 386 specs["ExtraDecorations"] = ""; 387 specs["VarPtrName"] = "%mux_output_var_ptr"; 388 specs["ResultStrategy"] = "%mux_output_var_ptr = OpSelect %sb_f32ptr %is_neg" + muxInput1 + muxInput2 + "\n"; 390 spec.assembly = shaderTemplate.specialize(specs); 1596 map<string, string> specs; global() local 1618 map<string, string> specs; global() local 1640 map<string, string> specs; global() local 1670 map<string, string> specs; global() local 1698 map<string, string> specs; global() local 1726 map<string, string> specs; global() local 1760 map<string, string> specs; global() local 2072 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2096 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2119 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2153 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2179 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2474 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2503 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2531 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2570 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2602 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2710 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local 2725 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local [all...] |
H A D | vktSpvAsm8bitStorageTests.cpp | 1074 map<string, string> specs; in addCompute8bitStorage32To8Group() local 1077 specs["capability"] = CAPABILITIES[STORAGE_BUFFER_TEST].cap; in addCompute8bitStorage32To8Group() 1078 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage32To8Group() 1079 specs["stride"] = cTypes[tyIdx].stride; in addCompute8bitStorage32To8Group() 1080 specs["base32"] = cTypes[tyIdx].base32; in addCompute8bitStorage32To8Group() 1081 specs["base8"] = cTypes[tyIdx].base8; in addCompute8bitStorage32To8Group() 1082 specs["types"] = cTypes[tyIdx].types; in addCompute8bitStorage32To8Group() 1083 specs["convert"] = cTypes[tyIdx].opcode; in addCompute8bitStorage32To8Group() 1085 spec.assembly = shaderTemplate.specialize(specs); in addCompute8bitStorage32To8Group() 1224 map<string, string> specs; in addCompute8bitUniform8To32Group() local 1393 map<string, string> specs; addCompute8bitStoragePushConstant8To32Group() local 1550 map<string, string> specs; addCompute8bitStorage16To8Group() local 1706 map<string, string> specs; addCompute8bitUniform8To16Group() local 1879 map<string, string> specs; addCompute8bitStoragePushConstant8To16Group() local 2188 map<string, string> specs; addCompute8bitStorageUniform8StructTo32StructGroup() local 2410 map<string, string> specs; addCompute8bitStorageUniform32StructTo8StructGroup() local 2625 map<string, string> specs; addCompute8bitStorage8bitStructMixedTypesGroup() local 2859 map<string, string> specs; addGraphics8BitStorageUniformInt32To8Group() local 3079 map<string, string> specs; addGraphics8BitStorageUniformInt8To32Group() local 3276 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3319 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3391 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3435 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To32Group() local 3682 map<string, string> specs; addGraphics8BitStorageUniformInt16To8Group() local 3909 map<string, string> specs; addGraphics8BitStorageUniformInt8To16Group() local 4112 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4155 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4229 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4274 map<string, string> specs; addGraphics8BitStoragePushConstantInt8To16Group() local 4561 map<string, string> specs; addGraphics8BitStorageUniformStruct8To32Group() local 4834 map<string, string> specs; addGraphics8BitStorageUniformStruct32To8Group() local 5049 map<string, string> specs; addGraphics8bitStorage8bitStructMixedTypesGroup() local [all...] |
H A D | vktSpvAsm16bitStorageTests.cpp | 1272 map<string, string> specs; in addCompute16bitStorageUniform16To32Group() local 1275 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() 1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group() 1277 specs["stride"] = cTypes[capIdx][tyIdx].stride; in addCompute16bitStorageUniform16To32Group() 1278 specs["base32"] = cTypes[capIdx][tyIdx].base32; in addCompute16bitStorageUniform16To32Group() 1279 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group() 1280 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To32Group() 1281 specs["convert"] = "OpFConvert"; in addCompute16bitStorageUniform16To32Group() 1282 specs["constarrayidx"] = de::toString(cTypes[capIdx][tyIdx].constantIndex); in addCompute16bitStorageUniform16To32Group() 1284 specs["arrayinde in addCompute16bitStorageUniform16To32Group() 1422 map<string, string> specs; addCompute16bitStorageUniform16To32Group() local 1662 map<string, string> specs; addCompute16bitStorageUniform16To32ChainAccessGroup() local 1812 map<string, string> specs; addCompute16bitStoragePushConstant16To32Group() local 1940 map<string, string> specs; addCompute16bitStoragePushConstant16To32Group() local 2157 map<string, string> specs; addGraphics16BitStorageUniformInt32To16Group() local 2205 map<string, string> specs; addGraphics16BitStorageUniformInt32To16Group() local 2448 map<string, string> specs; addCompute16bitStorageUniform32To16Group() local 2560 map<string, string> specs; addCompute16bitStorageUniform32To16Group() local 2787 map<string, string> specs; addCompute16bitStorageUniform16StructTo32StructGroup() local 3003 map<string, string> specs; addCompute16bitStorageUniform32StructTo16StructGroup() local 3216 map<string, string> specs; addCompute16bitStructMixedTypesGroup() local 3350 map<string, string> specs; addGraphics16BitStorageUniformFloat32To16Group() local 3459 map<string, string> specs; addGraphics16BitStorageUniformFloat32To16Group() local 3576 map<string, string> specs; addGraphics16BitStorageUniformFloat32To16Group() local 4409 map<string, string> specs; addGraphics16BitStorageInputOutputInt32To16Group() local 4546 map<string, string> specs; addGraphics16BitStorageInputOutputInt16To32Group() local 4666 map<string, string> specs; addGraphics16BitStorageInputOutputInt16To16Group() local 4806 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To32Group() local 4875 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To32Group() local 4950 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To32Group() local 5119 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5162 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5234 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5278 map<string, string> specs; addGraphics16BitStoragePushConstantInt16To32Group() local 5531 map<string, string> specs; addGraphics16BitStorageUniformInt16To32Group() local 5701 map<string, string> specs; addGraphics16BitStorageUniformFloat16To32Group() local 5823 map<string, string> specs; addGraphics16BitStorageUniformFloat16To32Group() local 5961 map<string, string> specs; addGraphics16BitStorageUniformFloat16To32Group() local 6201 map<string, string> specs; addGraphics16BitStorageUniformStructFloat16To32Group() local 6438 map<string, string> specs; addGraphics16BitStorageUniformStructFloat32To16Group() local 6645 map<string, string> specs; addGraphics16bitStructMixedTypesGroup() local 6912 map<string, string> specs; addGraphics16BitStorageUniformFloat16To64Group() local 7027 map<string, string> specs; addGraphics16BitStorageUniformFloat16To64Group() local 7165 map<string, string> specs; addGraphics16BitStorageUniformFloat16To64Group() local 7292 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To64Group() local 7334 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To64Group() local 7381 map<string, string> specs; addGraphics16BitStoragePushConstantFloat16To64Group() local 7535 map<string, string> specs; addCompute16bitStorageUniform64To16Group() local 7703 map<string, string> specs; addGraphics16BitStorageUniformFloat64To16Group() local 7806 map<string, string> specs; addGraphics16BitStorageUniformFloat64To16Group() local 7925 map<string, string> specs; addGraphics16BitStorageUniformFloat64To16Group() local 8261 map<string, string> specs; addCompute16bitStorageUniform16To64Group() local 8477 map<string, string> specs; addCompute16bitStoragePushConstant16To64Group() local [all...] |
H A D | vktSpvAsmIndexingTests.cpp | 96 map<string, string> specs; in addComputeIndexingStructTests() local 207 specs["accesschain"] = "OpAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 %i3\n"; in addComputeIndexingStructTests() 208 specs["inputdecoration"] = "BufferBlock"; in addComputeIndexingStructTests() 209 specs["inputstorageclass"] = "Uniform"; in addComputeIndexingStructTests() 212 specs["accesschain"] = "OpInBoundsAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 %i3\n"; in addComputeIndexingStructTests() 213 specs["inputdecoration"] = "BufferBlock"; in addComputeIndexingStructTests() 214 specs["inputstorageclass"] = "Uniform"; in addComputeIndexingStructTests() 218 specs["accesschain"] = "OpPtrAccessChain %_ptr_StorageBuffer_float %inputFirstElement %idx_1 %idx_0 %i0 %i1 %i2 %i3\n"; in addComputeIndexingStructTests() 219 specs["inputdecoration"] = "Block"; in addComputeIndexingStructTests() 220 specs["inputstorageclas in addComputeIndexingStructTests() 318 map<string, string> specs; addGraphicsIndexingStructTests() local 711 map<string, string> specs; addComputeIndexingNon16BaseAlignmentTests() local [all...] |
H A D | vktSpvAsmConditionalBranchTests.cpp | 62 map<string, string> specs; in addComputeSameLabelsTest() local 118 specs["condition"] = conditions[conditionIdx]; in addComputeSameLabelsTest() 119 spec.assembly = shaderSource.specialize(specs); in addComputeSameLabelsTest() 150 map<string, string> specs; in addGraphicsSameLabelsTest() local 213 specs["condition"] = conditions[conditionIdx]; in addGraphicsSameLabelsTest() 214 fragments["testfun"] = testFun.specialize(specs); in addGraphicsSameLabelsTest()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_screen.c | 208 return screen->specs.stream_count; in etna_screen_get_param() 218 return screen->specs.max_texture_size; in etna_screen_get_param() 222 int log2_max_tex_size = util_last_bit(screen->specs.max_texture_size); in etna_screen_get_param() 234 return screen->specs.seamless_cube_map; in etna_screen_get_param() 261 return screen->specs.max_varyings; in etna_screen_get_param() 323 return util_last_bit(screen->specs.max_texture_size); in etna_screen_get_paramf() 340 bool ubo_enable = screen->specs.halti >= 2; in etna_screen_get_shader_param() 372 return shader == PIPE_SHADER_FRAGMENT ? screen->specs.max_varyings in etna_screen_get_shader_param() 373 : screen->specs.vertex_max_elements; in etna_screen_get_shader_param() 399 return screen->specs in etna_screen_get_shader_param() [all...] |
H A D | etnaviv_compiler.c | 34 etna_compiler_create(const char *renderer, const struct etna_specs *specs) in etna_compiler_create() argument 53 .lower_fdiv = true, /* !specs->has_new_transcendentals */ in etna_compiler_create() 54 .lower_fsign = !specs->has_sign_floor_ceil, in etna_compiler_create() 55 .lower_ffloor = !specs->has_sign_floor_ceil, in etna_compiler_create() 56 .lower_fceil = !specs->has_sign_floor_ceil, in etna_compiler_create() 57 .lower_fsqrt = !specs->has_sin_cos_sqrt, in etna_compiler_create() 58 .lower_sincos = !specs->has_sin_cos_sqrt, in etna_compiler_create() 59 .lower_uniforms_to_ubo = specs->halti >= 2, in etna_compiler_create()
|
H A D | etnaviv_resource.c | 77 /* A tile is 4x4 pixels, having 'screen->specs.bits_per_tile' of tile status. 79 * We need N * screen->specs.bits_per_tile / (4 * 4) bits of tile status, or 80 * N * screen->specs.bits_per_tile / (4 * 4 * 8) bytes. 97 ts_compress_fmt = (screen->specs.v4_compression || rsc->base.nr_samples > 1) ? in etna_screen_resource_alloc_ts() 111 8 / screen->specs.bits_per_tile), in etna_screen_resource_alloc_ts() 112 0x100 * screen->specs.pixel_pipes); in etna_screen_resource_alloc_ts() 148 MIN2(screen->specs.max_rendertarget_size, screen->specs.max_texture_size); in etna_screen_can_create_resource() 194 return screen->specs.use_blt ? false : ( in is_rs_align() 240 etna_layout_multiple(layout, screen->specs in etna_resource_alloc() [all...] |
H A D | etnaviv_surface.c | 51 bool need_multitiled = screen->specs.pixel_pipes > 1 && !screen->specs.single_buffer; in etna_render_handle_incompatible() 52 bool want_supertiled = screen->specs.can_supertile; in etna_render_handle_incompatible() 117 etna_resource_hw_tileable(screen->specs.use_blt, prsc)) { in etna_create_surface() 139 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_create_surface() 164 if (!screen->specs.use_blt) { in etna_create_surface() 179 .clear_value = {screen->specs.ts_clear_value}, in etna_create_surface() 185 if (!screen->specs.use_blt) in etna_create_surface()
|
H A D | etnaviv_compiler_nir.c | 50 const struct etna_specs *specs = data; in etna_alu_to_scalar_filter_cb() local 82 if (!specs->has_halti2_instructions) in etna_alu_to_scalar_filter_cb() 242 if (c->specs->halti >= 2 && num_components == 1 && in const_src() 755 if (c->specs->has_no_oneconst_limit) in lower_alu() 922 if (c->specs->halti < 2) in emit_shader() 993 const struct etna_specs *specs = v->shader->specs; in etna_compile_check_limits() local 995 ? specs->max_vs_uniforms in etna_compile_check_limits() 996 : specs->max_ps_uniforms; in etna_compile_check_limits() 998 if (!specs in etna_compile_check_limits() 1022 const struct etna_specs *specs = v->shader->specs; fill_vs_mystery() local 1074 const struct etna_specs *specs = c->specs; etna_compile_shader() local [all...] |
H A D | etnaviv_emit.c | 259 if (screen->specs.halti >= 5) { in etna_emit_state() 274 if (screen->specs.halti >= 2) { in etna_emit_state() 328 if (screen->specs.halti >= 2) { /* HALTI2+: NFE_VERTEX_STREAMS */ in etna_emit_state() 337 } else if(screen->specs.stream_count > 1) { /* hw w/ multiple vertex streams */ in etna_emit_state() 352 if ((dirty & (ETNA_DIRTY_VERTEX_ELEMENTS)) && screen->specs.halti >= 2) { in etna_emit_state() 443 if (screen->specs.halti < 0 || screen->model == 0x880) { in etna_emit_state() 480 if (screen->specs.halti >= 0 && screen->model != 0x880) { in etna_emit_state() 515 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER)) && screen->specs.halti >= 3) in etna_emit_state() 534 if (screen->specs.halti >= 5) in etna_emit_state() 544 if (screen->specs in etna_emit_state() [all...] |
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | gen_tasks_logic.go | 27 "go.skia.org/infra/task_scheduler/go/specs" 91 CACHES_GIT = []*specs.Cache{ 101 CACHES_GO = []*specs.Cache{ 111 CACHES_WORKDIR = []*specs.Cache{ 117 CACHES_CCACHE = []*specs.Cache{ 130 CACHES_DOCKER = []*specs.Cache{ 140 CAS_SPEC_LOTTIE_CI = &specs.CasSpec{ 154 CAS_SPEC_WHOLE_REPO = &specs.CasSpec{ 163 CIPD_PKGS_GOLDCTL = []*specs.CipdPackage{cipd.MustGetPackage("skia/tools/goldctl/${platform}")} 165 CIPD_PKGS_XCODE = []*specs [all...] |
H A D | job_builder.go | 10 "go.skia.org/infra/task_scheduler/go/specs" 18 Spec *specs.JobSpec 31 Spec: &specs.JobSpec{}, 223 b.trigger(specs.TRIGGER_NIGHTLY) 225 b.trigger(specs.TRIGGER_WEEKLY) 227 b.trigger(specs.TRIGGER_MAIN_ONLY) 229 b.trigger(specs.TRIGGER_ON_DEMAND) 231 b.trigger(specs.TRIGGER_ANY_BRANCH)
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorIDParser.java | 153 Specs specs = parseFilterID(id, pos, true); in parseFilterID() 154 if (specs == null) { in parseFilterID() 160 SingleID single = specsToID(specs, FORWARD); in parseFilterID() 161 single.filter = specs.filter; in parseFilterID() 583 * at any location between specs or delimiters, and is returned 700 private static SingleID specsToID(Specs specs, int dir) { in specsToID() argument 704 if (specs != null) { in specsToID() 707 if (specs.sawSource) { in specsToID() 708 buf.append(specs.source).append(TARGET_SEP); in specsToID() 710 basicPrefix = specs in specsToID() 735 specsToSpecialInverse(Specs specs) specsToSpecialInverse() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorIDParser.java | 154 Specs specs = parseFilterID(id, pos, true); in parseFilterID() 155 if (specs == null) { in parseFilterID() 161 SingleID single = specsToID(specs, FORWARD); in parseFilterID() 162 single.filter = specs.filter; in parseFilterID() 584 * at any location between specs or delimiters, and is returned 701 private static SingleID specsToID(Specs specs, int dir) { in specsToID() argument 705 if (specs != null) { in specsToID() 708 if (specs.sawSource) { in specsToID() 709 buf.append(specs.source).append(TARGET_SEP); in specsToID() 711 basicPrefix = specs in specsToID() 736 specsToSpecialInverse(Specs specs) specsToSpecialInverse() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tridpars.cpp | 222 Specs* specs = parseFilterID(id, pos, true); in parseFilterID() local 223 if (specs == NULL) { in parseFilterID() 229 SingleID* single = specsToID(specs, FORWARD); in parseFilterID() 231 single->filter = specs->filter; in parseFilterID() 233 delete specs; in parseFilterID() 692 * at any location between specs or delimiters, and is returned 815 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument 819 if (specs != NULL) { in specsToID() 822 if (specs->sawSource) { in specsToID() 823 buf.append(specs in specsToID() 853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tridpars.cpp | 222 Specs* specs = parseFilterID(id, pos, true); in parseFilterID() local 223 if (specs == nullptr) { in parseFilterID() 229 SingleID* single = specsToID(specs, FORWARD); in parseFilterID() 231 single->filter = specs->filter; in parseFilterID() 233 delete specs; in parseFilterID() 692 * at any location between specs or delimiters, and is returned 815 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument 819 if (specs != nullptr) { in specsToID() 822 if (specs->sawSource) { in specsToID() 823 buf.append(specs in specsToID() 853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tridpars.cpp | 222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local 223 if (specs == NULL) { in parseFilterID() 229 SingleID* single = specsToID(specs, FORWARD); in parseFilterID() 231 single->filter = specs->filter; in parseFilterID() 233 delete specs; in parseFilterID() 695 * at any location between specs or delimiters, and is returned 818 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument 822 if (specs != NULL) { in specsToID() 825 if (specs->sawSource) { in specsToID() 826 buf.append(specs in specsToID() 856 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | Rule.java | 39 Iterable<ResultSpec> specs, in staticRule() 44 return new StaticRule(dtdType, prefix, specs, pathRegex, xpathSpec, lineNumber); in staticRule() 51 Iterable<ResultSpec> specs, in dynamicRule() 57 return new DynamicRule(dtdType, pathRegex, specs, varString, varFn, xpathSpec, lineNumber); in dynamicRule() 140 Iterable<ResultSpec> specs, in StaticRule() 145 super(dtdType, prefix, specs, xpathSpec, lineNumber); in StaticRule() 164 Iterable<ResultSpec> specs, in DynamicRule() 170 super(dtdType, prefix, specs, xpathSpec, lineNumber); in DynamicRule() 36 staticRule( CldrDataType dtdType, String prefix, Iterable<ResultSpec> specs, String pathRegex, String xpathSpec, int lineNumber) staticRule() argument 48 dynamicRule( CldrDataType dtdType, String pathRegex, Iterable<ResultSpec> specs, VarString varString, Function<Character, CldrPath> varFn, String xpathSpec, int lineNumber) dynamicRule() argument 137 StaticRule( CldrDataType dtdType, String prefix, Iterable<ResultSpec> specs, String pathRegex, String xpathSpec, int lineNumber) StaticRule() argument 161 DynamicRule( CldrDataType dtdType, String prefix, Iterable<ResultSpec> specs, VarString varString, Function<Character, CldrPath> varFn, String xpathSpec, int lineNumber) DynamicRule() argument
|
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 89 * u32 - The specs prefix_len if >= SELINUX_COMPILED_FCONTEXT_PREFIX_LEN 98 struct spec *specs = data->spec_arr; in write_binary_file() local 178 char *context = specs[i].lr.ctx_raw; in write_binary_file() 179 char *regex_str = specs[i].regex_str; in write_binary_file() 180 mode_t mode = specs[i].mode; in write_binary_file() 181 size_t prefix_len = specs[i].prefix_len; in write_binary_file() 182 int32_t stem_id = specs[i].stem_id; in write_binary_file() 183 struct regex_data *re = specs[i].regex; in write_binary_file() 220 to_write = specs[i].hasMetaChars; in write_binary_file() 248 struct spec *specs in free_specs() local [all...] |